mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-08 17:40:01 +00:00
Split maintenance target into sub-targets
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ef12f2f7a1
commit
e6f7313136
1 changed files with 8 additions and 6 deletions
14
Makefile
14
Makefile
|
@ -2,12 +2,14 @@ export DATABASE:=$(shell find . -maxdepth 1 -mindepth 1 -name '*.db.tar.xz')
|
|||
export REPOKEY:=D0391BF9
|
||||
|
||||
|
||||
maintanance: aur_update
|
||||
#maintanance: repo_update
|
||||
maintanance: cleanup_repo
|
||||
maintanance: cleanup_orphan_signatures
|
||||
maintanance: sign_database
|
||||
maintanance: upload
|
||||
maintanance: do_updates do_cleanup upload
|
||||
|
||||
do_updates: aur_update
|
||||
do_updates: repo_update
|
||||
|
||||
do_cleanup: cleanup_repo
|
||||
do_cleanup: cleanup_orphan_signatures
|
||||
do_cleanup: sign_database
|
||||
|
||||
download:
|
||||
vault2env --key=secret/aws/private -- aws s3 sync \
|
||||
|
|
Loading…
Reference in a new issue