mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* block issues without templates * add setup subcommand * handle devtools config correctly
45 lines
576 B
INI
45 lines
576 B
INI
[settings]
|
|
include = .
|
|
logging = logging.ini
|
|
|
|
[alpm]
|
|
aur_url = https://aur.archlinux.org
|
|
database = /var/lib/pacman
|
|
repositories = core extra community multilib
|
|
root = /
|
|
|
|
[build]
|
|
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]
|
|
path =
|
|
homepage =
|
|
link_path =
|
|
template_path = ../web/templates/repo-index.jinja2
|
|
|
|
[upload]
|
|
target =
|
|
|
|
[rsync]
|
|
remote =
|
|
|
|
[s3]
|
|
bucket =
|
|
|
|
[web]
|
|
templates = ../web/templates |