1
0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-09-19 18:52:55 +00:00

Split maintenance target into sub-targets

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-09-30 01:26:01 +02:00
parent ef12f2f7a1
commit e6f7313136
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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 \