improvements

* multi-sign and multi-web configuration
* change default configuration to do not use architecture
* change units to be templated
* some refactoring
This commit is contained in:
2021-03-11 03:55:17 +03:00
parent 30ededb2cd
commit 1770793e69
32 changed files with 235 additions and 173 deletions

View File

@ -5,7 +5,7 @@ logging = /etc/ahriman.ini.d/logging.ini
[aur]
url = https://aur.archlinux.org
[build_x86_64]
[build]
archbuild_flags =
build_command = extra-x86_64-build
ignore_packages =
@ -23,7 +23,7 @@ key =
[report]
target =
[html_x86_64]
[html]
path =
homepage =
link_path =
@ -32,10 +32,10 @@ template_path = /usr/share/ahriman/repo-index.jinja2
[upload]
target =
[rsync_x86_64]
[rsync]
remote =
[s3_x86_64]
[s3]
bucket =
[web]