diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-23 20:46:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-23 20:46:57 +0100 |
commit | a4277eb0673fc6b11319dd2b3d09132b3e0a4b76 (patch) | |
tree | 787b739f18c133714d451b7fd855f1d161b1989e | |
parent | 942b0b244941749adf3cbb3fcd025f536197282a (diff) | |
download | jenkins.debian.net-a4277eb0673fc6b11319dd2b3d09132b3e0a4b76.tar.xz |
bring back deployment notifications
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 8 |
1 files 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 |