summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index a2e1e80e..fa6fcb33 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -743,6 +743,8 @@ case $HOSTNAME in
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
;;
*) ;;