ArcH Linux ReposItory MANager
Go to file
2021-10-27 01:57:54 +03:00
.github always update environnment before any action 2021-10-24 04:14:57 +03:00
docs Add ability to show more info in search and status subcommands 2021-10-26 04:27:36 +03:00
package logger improvements 2021-10-20 02:12:49 +03:00
src/ahriman drop no-quiet option and change tree_create message error to warn 2021-10-27 01:57:54 +03:00
tests unify aur.search method 2021-10-26 04:49:55 +03:00
.bandit-test.yml use nosec instead of disabling mktemp rule 2021-08-11 02:51:29 +03:00
.bandit.yml add bandit integration and fix its warnings 2021-08-11 02:45:13 +03:00
.gitignore add manpage 2021-09-19 13:56:11 +03:00
.pylintrc logging rethink 2021-08-17 00:23:34 +03:00
AUTHORS more templates 2021-03-29 00:13:20 +03:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Makefile docs update 2021-10-15 04:55:46 +03:00
README.md remove help sample from readme because it changes faster than om able to maintain it 2021-10-26 04:53:45 +03:00
setup.cfg Auth support (#25) 2021-09-02 23:36:00 +03:00
setup.py docs update 2021-10-15 04:55:46 +03:00
web.png documentation update 2021-09-10 03:32:45 +03:00

ArcH Linux ReposItory MANager

tests status setup status CodeFactor

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 (html).

  • 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