mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-10 02:20:02 +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
|
export REPOKEY:=D0391BF9
|
||||||
|
|
||||||
|
|
||||||
maintanance: aur_update
|
maintanance: do_updates do_cleanup upload
|
||||||
#maintanance: repo_update
|
|
||||||
maintanance: cleanup_repo
|
do_updates: aur_update
|
||||||
maintanance: cleanup_orphan_signatures
|
do_updates: repo_update
|
||||||
maintanance: sign_database
|
|
||||||
maintanance: upload
|
do_cleanup: cleanup_repo
|
||||||
|
do_cleanup: cleanup_orphan_signatures
|
||||||
|
do_cleanup: sign_database
|
||||||
|
|
||||||
download:
|
download:
|
||||||
vault2env --key=secret/aws/private -- aws s3 sync \
|
vault2env --key=secret/aws/private -- aws s3 sync \
|
||||||
|
|
Loading…
Reference in a new issue