ArcH Linux ReposItory MANager
Go to file
Evgeniy Alekseev 3a88d00db0 automatically bump pkgrel on version duplicates
The new --(no-)increment flag has been added to add, update and rebuild
subcommands. In case if it is true and package version is the same as in
repository, it will automatically bump pkgrel appending (increasing)
minor part of it (e.g. 1.0.0-1 -> 1.0.0-1.1).

Inn order to implement this, the shadow (e.g. it will not store it in
database) patch for pkgrel will be created
2023-08-08 03:14:47 +03:00
.github switch to explicit journald logger instead of syslog 2023-05-25 04:44:38 +03:00
docker packagers support (#100) 2023-06-05 02:37:19 +03:00
docs automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +03:00
package Release 2.10.2 2023-08-08 02:54:23 +03:00
src/ahriman automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +03:00
tests automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +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 hide passwords and secrets from repo-config subcommand by default 2023-02-05 16:44:48 +02: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 use cached property instead of custom __getattr__ implementation 2023-05-31 19:17:16 +03:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile runtime logger handler selector 2023-05-29 03:41:11 +03:00
github-logo.png fix code block in docs 2023-07-06 19:17:11 +03:00
Makefile add completion files generated by shtab 2022-12-30 21:19:23 +02:00
README.md automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +03:00
SECURITY.md add security notes 2022-11-24 02:38:33 +02:00
setup.py remove napoleon contrib dependency 2023-08-08 02:53:08 +03:00
tox.ini runtime logger handler selector 2023-05-29 03:41:11 +03: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.

  • 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