mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
44 lines
572 B
INI
44 lines
572 B
INI
[settings]
|
|
include = /etc/ahriman.ini.d
|
|
logging = /etc/ahriman.ini.d/logging.ini
|
|
|
|
[aur]
|
|
url = https://aur.archlinux.org
|
|
|
|
[build_x86_64]
|
|
archbuild_flags =
|
|
build_command = extra-x86_64-build
|
|
ignore_packages =
|
|
makechrootpkg_flags =
|
|
makepkg_flags = --skippgpcheck
|
|
|
|
[repository]
|
|
name = aur-clone
|
|
root = /var/lib/ahriman
|
|
|
|
[sign]
|
|
target =
|
|
key =
|
|
|
|
[report]
|
|
target =
|
|
|
|
[html_x86_64]
|
|
path =
|
|
homepage =
|
|
link_path =
|
|
template_path = /usr/share/ahriman/repo-index.jinja2
|
|
|
|
[upload]
|
|
target =
|
|
|
|
[rsync_x86_64]
|
|
remote =
|
|
|
|
[s3_x86_64]
|
|
bucket =
|
|
|
|
[web]
|
|
host =
|
|
port =
|
|
templates = /usr/share/ahriman |