From e6f731313686b80c0d62ef6751af5166f747c827 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 30 Sep 2019 01:26:01 +0200 Subject: [PATCH] Split maintenance target into sub-targets Signed-off-by: Knut Ahlers --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 25a482f..71423f5 100644 --- a/Makefile +++ b/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 \