* The issue appears when repository contains PKGBUILD in root. In this case it will copy tree with loosing package information, because the repository will be cloned to temporary path with random generated name * The issue appears when branch which is different from master is used for any reposittory with git files (e.g. single-pkgbuild repo or repo with submodules) |
||
---|---|---|
.github | ||
docker | ||
docs | ||
package | ||
src/ahriman | ||
tests | ||
.bandit-test.yml | ||
.bandit.yml | ||
.dockerignore | ||
.gitignore | ||
.pylintrc | ||
.readthedocs.yaml | ||
AUTHORS | ||
CONTRIBUTING.md | ||
COPYING | ||
Dockerfile | ||
github-logo.png | ||
Makefile | ||
README.md | ||
SECURITY.md | ||
setup.py | ||
tox.ini | ||
web.png |
ArcH linux ReposItory MANager
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), 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:
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
- Build status page. You can log in as
demo
user by usingdemo
password. However, you will not be able to run tasks. HTTP API documentation is also available. - Repository index.
- Telegram feed.