[Cryptech-Commits] [releng/alpha] 03/04: Target to restore staging repository after an oops.
git at cryptech.is
git at cryptech.is
Fri Apr 14 23:28:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository releng/alpha.
commit b6e542aced4cd2b853de0a366d8e995c798dd296
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Apr 14 18:59:21 2017 -0400
Target to restore staging repository after an oops.
---
Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 75f3f8c..67aa51b 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,12 @@ upload:
${RSYNC} --delete --delete-delay ${REPO_BASE}/$${dir}/ rsync://${REPO_UPLOAD_HOST}/$${dir}/; \
done
+bother:
+ for dir in ${REPO_UPLOAD_DIRS}; do \
+ ${RSYNC} --delete rsync://${REPO_UPLOAD_HOST}/$${dir}/ ${REPO_BASE}/$${dir}/; \
+ done
+
happy:
git pull
-.PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast happy
+.PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast happy bother
More information about the Commits
mailing list