[Git][reproducible-builds/reproducible-website][master] Make it easier to not forget to push the tag.

Chris Lamb gitlab at salsa.debian.org
Tue Nov 27 13:45:04 CET 2018


Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
fe77214e by Chris Lamb at 2018-11-27T12:44:53Z
Make it easier to not forget to push the tag.

- - - - -


1 changed file:

- bin/publish


Changes:

=====================================
bin/publish
=====================================
@@ -37,6 +37,23 @@ then
 	echo "Now verify the results and run:"
 	echo
 	echo "  $ git push origin master && git push origin ${WEEK}"
+	echo
+
+	while true
+        do
+                printf "Do you want to run this now? [Y/n] "
+                read X
+
+		case "${X}" in
+		Y|"")
+			git push origin master && git push origin ${WEEK}
+			break
+			;;
+		N|n)
+			break
+			;;
+		esac
+	done
 fi
 
 echo



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/fe77214ebb1032296c4dba2d0fbdf6411ca101fd

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/fe77214ebb1032296c4dba2d0fbdf6411ca101fd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181127/763d147b/attachment.html>


More information about the rb-commits mailing list