aur repo host complete

This commit is contained in:
2024-04-23 15:47:14 +12:00
parent 2cc78654fe
commit 7df41b5c8d
9 changed files with 150 additions and 20 deletions

View File

@ -1,9 +1,21 @@
add aur-builder sudoers entry
add aur-builder sudoers entry @done(24-04-23 15:22)
aur-builder ALL = (root) NOPASSWD: /usr/bin/pacman, /usr/bin/pacsync
add aur sync command
add aur sync command @done(24-04-23 14:09)
sudo -u aur-builder aur sync --no-view -CnrS sonarr
enable aur sync service/timer
enable aur sync service/timer @done(24-04-23 15:22)
aur sync switch break down:
--no-view Do not present build files for inspection
--upgrades -u Update all obsolete packages
--no-confirm -n Do not wait for unser input when installing or removing build dependencies
--clean -C Clean up build files after building
--rm-deps -r Remove dependencies installed by makepkg
--sign -S Sign built packages
--database -d Use the specified repository, per it's name in pacman.conf
aur sync --no-view --upgrades --no-confirm --clean --rm-deps --sign --database home