[Qa-jenkins-scm] [jenkins.debian.net] 01/02: improve final message and comments
Holger Levsen
holger at layer-acht.org
Mon Jun 20 21:24:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 32b72d21851759777a32eafa36aeafb44115986d
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 20 23:20:07 2016 +0200
improve final message and comments
---
update_jdn.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 6d91bce..e312909 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -590,18 +590,19 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
fi
#
-# finally
+# almost finally…
#
sudo touch $STAMP # so on the next run, only configs newer than this file will be updated
explain "$(date) - finished deployment."
-# set time back to the future
+# finally!
case $HOSTNAME in
+ # set time back to the future
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386)
sudo date --set="+398 days +6 hours + 23 minutes"
;;
jenkins)
- MESSAGE="jenkins updated to $(cd $BASEDIR ; git describe --always)."
+ MESSAGE="jenkins.d.n updated to $(cd $BASEDIR ; git describe --always)."
kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "$MESSAGE"
;;
*) ;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list