[Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/02: Oops, lost trivial bugfix to upload command.

git at cryptech.is git at cryptech.is
Sun Jul 3 21:35:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/omnibus.

commit 556c94654d96e59c349684c7ed1c2fafebf04b57
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Jul 3 15:56:13 2016 -0400

    Oops, lost trivial bugfix to upload command.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 1e15c3d..d85dfcd 100644
--- a/Makefile
+++ b/Makefile
@@ -108,8 +108,8 @@ RSYNC	:= rsync --rsh 'ssh -l ${REPO_UPLOAD_USER}' --archive --itemize-changes
 
 upload:
 	for dir in ${REPO_UPLOAD_DIRS}; do \
-		${RSYNC} --ignore-existing       ${REPO_BASE}/$${dir}/	rsync://${REPO_UPLOAD_HOST}/$${dir}/ \
-		${RSYNC} --delete --delete-delay ${REPO_BASE}/$${dir}/	rsync://${REPO_UPLOAD_HOST}/$${dir}/ \
+		${RSYNC} --ignore-existing       ${REPO_BASE}/$${dir}/	rsync://${REPO_UPLOAD_HOST}/$${dir}/; \
+		${RSYNC} --delete --delete-delay ${REPO_BASE}/$${dir}/	rsync://${REPO_UPLOAD_HOST}/$${dir}/; \
 	done
 
 .PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast



More information about the Commits mailing list