ArcH Linux ReposItory MANager
Go to file
Evgeniy Alekseev f6e57a411c fix case when provided trigger path is directory
If trigger is directory and we have permissions to read it, the loaded
will try to load this from it and will fail with IsADirectoryError
2022-05-12 07:22:50 +03:00
.github docs update 2022-04-11 00:46:46 +03:00
docker remove implicit user from docker 2022-04-01 18:39:24 +03:00
docs add not about pacman database update 2022-05-11 04:30:24 +03:00
package add contribution guide 2022-05-11 03:17:37 +03:00
src/ahriman fix case when provided trigger path is directory 2022-05-12 07:22:50 +03:00
tests fix case when provided trigger path is directory 2022-05-12 07:22:50 +03:00
.bandit-test.yml strict test checks 2022-03-04 02:04:52 +03:00
.bandit.yml add bandit integration and fix its warnings 2021-08-11 02:45:13 +03:00
.gitignore move documentation to tox 2022-04-18 01:48:36 +03:00
.pylintrc logging rethink 2021-08-17 00:23:34 +03:00
.readthedocs.yaml Docs update (#61) 2022-05-06 02:54:37 +03:00
AUTHORS more templates 2021-03-29 00:13:20 +03:00
CONTRIBUTING.md add contribution guide 2022-05-11 03:17:37 +03:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile remove implicit user from docker 2022-04-01 18:39:24 +03:00
Makefile add contribution guide 2022-05-11 03:17:37 +03:00
README.md triggers implementation (#62) 2022-05-09 20:00:20 +03:00
setup.py Docs update (#61) 2022-05-06 02:54:37 +03:00
tox.ini Docs update (#61) 2022-05-06 02:54:37 +03:00
web.png documentation update 2021-09-10 03:32:45 +03:00

ArcH linux ReposItory MANager

tests status setup status docker image CodeFactor Documentation Status

Wrapper for managing custom repository inspired by repo-scripts.

Features

  • Install-configure-forget manager for own repository.

  • Multi-architecture support.

  • VCS packages support.

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

  • Synchronization to remote services (rsync, s3 and github) and report generation (email, html, telegram) and even ability to write own extensions.

  • Dependency manager.

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

  • Repository status interface with optional authorization and control options:

    web interface

Installation and run

For installation details please refer to the documentation. For command help, --help subcommand must be used. Subcommands have own help message as well. The package also provides a man page.

Configuration

Every available option is described in the documentation.

FAQ