mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user