feat(role): Build AUR packages locally in chroot
This commit is contained in:
11
files/etc/pacman.d/repo-local-aur.conf
Normal file
11
files/etc/pacman.d/repo-local-aur.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
[options]
|
||||
# This 'CacheDir' is the second one in our 'pacman.conf' file once we 'Include =' this file into it. The default dir at
|
||||
# '/var/cache/pacman/pkg/' is not writable for unprivileged users. Pacman checks for the first writable cache when
|
||||
# deciding where to store newly built packages. Thus all official packages keep ending up in '/var/cache/pacman/pkg/'
|
||||
# while all AUR packages automatically end up at '/var/cache/aur/pkg/'.
|
||||
CacheDir = /var/cache/aur/pkg/
|
||||
|
||||
[local-aur]
|
||||
SigLevel = PackageOptional DatabaseOptional
|
||||
Server = file:///var/cache/aur/pkg
|
Reference in New Issue
Block a user