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:
parent
e6f7313136
commit
7a17164bf7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -32,6 +32,9 @@ upload: cleanup_files
|
||||||
aur_update: check_tools check_database
|
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'
|
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:
|
check_database:
|
||||||
test -n '$(DATABASE)'
|
test -n '$(DATABASE)'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue