aur repo wip
This commit is contained in:
21
ansible/roles/aur_repo_host/templates/makepkg.conf.j2
Normal file
21
ansible/roles/aur_repo_host/templates/makepkg.conf.j2
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
# Global Options
|
||||
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto autodeps)
|
||||
MAKEFLAGS="-j{{ (ansible_processor_nproc - 1) }}"
|
||||
PACKAGER="{{ aur_repo_packager_name }} <{{ aur_repo_packager_email }}>"
|
||||
|
||||
# Build Environment
|
||||
|
||||
BUILDDIR=/tmp/build
|
||||
BUILDENV=(!distcc color !ccache check sign)
|
||||
GPGKEY={{ aur_repo_key_thumbprint }}
|
||||
|
||||
# Outputs
|
||||
|
||||
PKGDEST={{ aur_repo_dir }}/packages
|
||||
SRCDEST={{ aur_repo_dir }}/sources
|
||||
SRCPKGDEST={{ aur_repo_dir }}/srcpackages
|
||||
LOGDEST=/var/log/makepkg
|
||||
PKGEXT=".pkg.tar"
|
||||
SRCEXT=".src.tar"
|
1
ansible/roles/aur_repo_host/templates/signing_key.asc.j2
Normal file
1
ansible/roles/aur_repo_host/templates/signing_key.asc.j2
Normal file
@ -0,0 +1 @@
|
||||
{{ aur_repo_private_key }}
|
Reference in New Issue
Block a user