ArcH Linux ReposItory MANager
Go to file
Evgenii Alekseev c440f5bbd5 fix: whitelist environment variables instead of passing all of them
Earlier applied fix bc9682373d introduced
errors with interaction, because (in docker container) HOME variable was
passed also to subprocesses. This fix limits variables to be passed to
the whitelisted ones
2023-10-02 16:37:20 +03:00
.github fix: processes in docker images and pass full environment to 2023-09-29 03:57:26 +03:00
docker fix: processes in docker images and pass full environment to 2023-09-29 03:57:26 +03:00
docs feat: load http views dynamically (#113) 2023-09-30 01:24:04 +03:00
package fix: add note about pacman configuration 2023-09-10 23:48:03 +03:00
src/ahriman fix: whitelist environment variables instead of passing all of them 2023-10-02 16:37:20 +03:00
tests feat: add __call__ method to printers 2023-10-01 15:14:18 +03:00
.bandit-test.yml add more validation rules 2023-02-23 15:18:56 +02: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 bump pylintrc 2023-08-21 02:55:08 +03:00
.readthedocs.yaml automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +03:00
AUTHORS add security notes 2022-11-24 02:38:33 +02:00
CONTRIBUTING.md feat: pagination support for logs request 2023-09-08 01:41:36 +03:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile fix: processes in docker images and pass full environment to 2023-09-29 03:57:26 +03:00
github-logo.png fix code block in docs 2023-07-06 19:17:11 +03:00
Makefile full support of pep517 2023-08-11 03:55:31 +03:00
pyproject.toml full support of pep517 2023-08-11 03:55:31 +03:00
README.md fix: fix documentation building 2023-09-28 15:09:33 +03:00
SECURITY.md add security notes 2022-11-24 02:38:33 +02:00
tox.ini full support of pep517 2023-08-11 03:55:31 +03:00
web.png fix: add note about pacman configuration 2023-09-10 23:48:03 +03: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.

  • Various rebuild options with ability to automatically bump package version.

  • Sign support with gpg (repository, package), multiple packagers support.

  • 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