Evgeniy Alekseev 43696b9920 Make optional dependencies trully optional (#67)
The issue appears when there is no boto, jinja and some other libraries
are not installed because the classes which use these libraries are
still being imported inside the package file. The fix removes those
imports from package root, because they should not be here, in fact,
content of report and upload packages must be imported only inside the
trigger class and only if they are actually required

This commit also adds setuptools as required dependency since it is used
for some parsers (previously it was provided dependency)
2022-09-11 01:44:06 +03:00
2022-07-18 11:42:26 +03:00
2022-07-26 14:40:28 +03:00
2022-04-18 01:48:36 +03:00
2022-06-04 15:24:14 +03:00
2022-05-06 02:54:37 +03:00
2021-03-29 00:13:20 +03:00
2022-06-28 19:11:38 +03:00
2021-03-05 04:10:29 +03:00
2022-05-11 03:17:37 +03:00
2022-07-18 11:42:26 +03:00
2022-05-06 02:54:37 +03:00
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

Description
ArcH Linux ReposItory MANager
Readme 31 MiB
Languages
Python 94.3%
Jinja 3.7%
Roff 1.2%
Shell 0.6%
Dockerfile 0.2%