[Qa-jenkins-scm] [jenkins.debian.net] 01/01: bring back deployment notifications

Holger Levsen holger at layer-acht.org
Wed Nov 23 19:47:03 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 a4277eb0673fc6b11319dd2b3d09132b3e0a4b76
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 23 20:46:57 2016 +0100

    bring back deployment notifications
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 update_jdn.sh | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index fa6fcb3..096e07c 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -740,12 +740,8 @@ case $HOSTNAME in
 		;;
 	jenkins)
 		# notify irc on updates of jenkins.d.n
-		if ! $UP2DATE ; then
-			MESSAGE="jenkins.d.n updated to $(cd $BASEDIR ; git describe --always)."
-			kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "$MESSAGE"
-		else
-			echo "Nothing changed, not informing IRC."
-		fi
+		MESSAGE="jenkins.d.n updated to $(cd $BASEDIR ; git describe --always)."
+		kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "$MESSAGE"
 		;;
 	*)	;;
 esac

-- 
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