1
0
Fork 0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-11-08 17:40:01 +00:00

Add target to just check for AUR updates

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-10-07 00:09:33 +02:00
parent e6f7313136
commit 7a17164bf7
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -32,6 +32,9 @@ upload: cleanup_files
aur_update: check_tools check_database
bash -euo pipefail -c 'for pkg in $$(script_level=1 ./scripts/check_aur_updates.sh); do script_level=1 ./scripts/update-aur.sh $${pkg}; done'
check_aur_update:
bash ./scripts/check_aur_updates.sh
check_database:
test -n '$(DATABASE)'