[Cryptech-Commits] [releng/alpha] 02/02: Simplify command for normal pull/build/upload cycle.

git at cryptech.is git at cryptech.is
Tue Jul 12 20:30:35 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 releng/alpha.

commit a6bc0e746e4f24d3f64d30480a65cfe6e7280caa
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jul 12 16:30:58 2016 -0400

    Simplify command for normal pull/build/upload cycle.
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 226fe47..66282c8 100644
--- a/Makefile
+++ b/Makefile
@@ -115,4 +115,7 @@ upload:
 		${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
+happy:
+	git pull
+
+.PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast happy



More information about the Commits mailing list