ArcH Linux ReposItory MANager
Go to file
Evgenii Alekseev 137d62e2f8
Extended package status page (#76)
* implement log storage at backend
* handle process id during removal. During one process we can write logs from different packages in different times (e.g. check and update later) and we would like to store all logs belong to the same process
* set package context in main functions
* implement logs support in interface
* filter out logs posting http logs
* add timestamp to log records
* hide getting logs under reporter permission

List of breaking changes:

* `ahriman.core.lazy_logging.LazyLogging` has been renamed to `ahriman.core.log.LazyLogging`
* `ahriman.core.configuration.Configuration.from_path` does not have `quiet` attribute now
* `ahriman.core.configuration.Configuration` class does not have `load_logging` method now
* `ahriman.core.status.client.Client.load` requires `report` argument now
2022-11-22 02:58:22 +03:00
.github add minimal install step to workflow 2022-09-17 14:52:08 +03:00
docker reduce docker image size a bit 2022-07-18 11:42:26 +03:00
docs Extended package status page (#76) 2022-11-22 02:58:22 +03:00
package Extended package status page (#76) 2022-11-22 02:58:22 +03:00
src/ahriman Extended package status page (#76) 2022-11-22 02:58:22 +03:00
tests Extended package status page (#76) 2022-11-22 02:58:22 +03:00
.bandit-test.yml frozen dataclasses 2022-07-26 14:40:28 +03: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 limit max module size and improve some help messages 2022-11-11 16:01:54 +02:00
.readthedocs.yaml fix rtd docs building 2022-10-18 02:24:18 +03:00
AUTHORS more templates 2021-03-29 00:13:20 +03:00
CONTRIBUTING.md Extended package status page (#76) 2022-11-22 02:58:22 +03:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile add ability to use ahriman pacman database instead of system one (#71) 2022-11-08 17:26:51 +03:00
Makefile Add gitremote triggers (#68) 2022-10-18 01:46:27 +03:00
README.md reduce docker image size a bit 2022-07-18 11:42:26 +03:00
setup.py Extended package status page (#76) 2022-11-22 02:58:22 +03:00
tox.ini Docs update (#61) 2022-05-06 02:54:37 +03:00
web.png documentation update 2021-09-10 03:32:45 +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.

  • Sign support with gpg (repository, package, per package settings).

  • 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