mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-27 22:31:43 +00:00
add depdendency manager and switch to pyalpm instead of expac
This commit is contained in:
@ -8,7 +8,8 @@ Wrapper for managing custom repository inspired by [repo-scripts](https://github
|
||||
* Multi-architecture support
|
||||
* VCS packages support
|
||||
* Sign support with gpg (repository, package, per package settings)
|
||||
* Synchronization to remote services (rsync, s3) and report generation (html)
|
||||
* Synchronization to remote services (rsync, s3) and report generation (html)
|
||||
* Dependency manager
|
||||
* Repository status interface
|
||||
|
||||
## Installation and run
|
||||
@ -24,7 +25,3 @@ Wrapper for managing custom repository inspired by [repo-scripts](https://github
|
||||
* configure `/etc/sudoers.d/ahriman` to allow running command without password.
|
||||
* Start and enable `ahriman.timer` via `systemctl`.
|
||||
* Add packages by using `ahriman add {package}` command.
|
||||
|
||||
## Limitations
|
||||
|
||||
* It does not manage dependencies, so you have to add them before main package.
|
Reference in New Issue
Block a user