ArcH Linux ReposItory MANager
Go to file
Evgeniy Alekseev 014007ade3 review unsafe commands access
Some commands were made unsafe in old versions, but nowadays they can be
run without having special privileges.

There was also a bug in which status commands were not available if you
are not ahriman user and unix socket is used. It has been fixed by
switching to manual socket creation (see also
https://github.com/aio-libs/aiohttp/issues/4155)
2023-01-04 17:45:44 +02:00
.github check that package has been created during setup workflow 2022-12-06 11:09:56 +02:00
docker do not update database via pacman, use ahriman's own databses 2022-12-04 23:45:10 +02:00
docs review unsafe commands access 2023-01-04 17:45:44 +02:00
package review unsafe commands access 2023-01-04 17:45:44 +02:00
src/ahriman review unsafe commands access 2023-01-04 17:45:44 +02:00
tests review unsafe commands access 2023-01-04 17:45:44 +02:00
.bandit-test.yml frozen dataclasses 2022-07-26 14:40:28 +03:00
.bandit.yml add bandit integration and fix its warnings 2021-08-11 02:45:13 +03:00
.dockerignore speedup docker build command by adding dockerignore listing 2022-11-11 12:47:31 +02:00
.gitignore move documentation to tox 2022-04-18 01:48:36 +03:00
.pylintrc limit max module size and improve some help messages 2022-11-11 16:01:54 +02:00
.readthedocs.yaml add curl examples to web views 2022-11-24 02:38:33 +02:00
AUTHORS add security notes 2022-11-24 02:38:33 +02:00
CONTRIBUTING.md add notes about documentation and methods inside class 2023-01-03 01:53:10 +02:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile do not update database via pacman, use ahriman's own databses 2022-12-04 23:45:10 +02:00
Makefile add completion files generated by shtab 2022-12-30 21:19:23 +02:00
README.md improve wording in documentation 2022-12-02 15:45:01 +02:00
SECURITY.md add security notes 2022-11-24 02:38:33 +02:00
setup.py force upgrade sphinx documentation 2022-12-30 22:58:13 +02:00
tox.ini add completion files generated by shtab 2022-12-30 21:19:23 +02:00
web.png update web preview picture 2022-11-24 02:38:33 +02:00

ArcH linux ReposItory MANager

tests status setup status Docker Image Version (latest semver) CodeFactor Documentation Status

Wrapper for managing custom repository inspired by repo-scripts.

Features

  • Install-configure-forget manager for the very own repository.

  • Multi-architecture support.

  • Dependency manager.

  • VCS packages support.

  • Official repository support.

  • Ability to patch AUR packages and even create package from local PKGBUILDs.

  • Sign support with gpg (repository, package, per package settings).

  • Triggers for repository updates, e.g. synchronization to remote services (rsync, s3 and github) and report generation (email, html, telegram).

  • Repository status interface with optional authorization and control options:

    web interface

Installation and run

For installation details kindly refer to the documentation. For application commands it is possible to get information by using --help/help command or by using man page (web version).

Configuration

Every available option is described in the documentation.

The application provides reasonable defaults which allow to use it out-of-box; however additional steps (like configuring build toolchain and sudoers) are recommended and can be easily achieved by following install instructions.

FAQ

Live demos