From a4277eb0673fc6b11319dd2b3d09132b3e0a4b76 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 23 Nov 2016 20:46:57 +0100 Subject: bring back deployment notifications Signed-off-by: Holger Levsen --- update_jdn.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/update_jdn.sh b/update_jdn.sh index fa6fcb33..096e07cc 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 -- cgit v1.2.3-54-g00ecf