summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-17 10:47:52 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-17 10:47:58 +0200
commit73cf553612b2b74c487e61d6a2aa6fe3f0b34df1 (patch)
treeaa20c8ae9b72bb397d7c2b4975af6183b908dd64 /bin/reproducible_common.sh
parent353173391ff28ab971ac2d0b91f35fbcaf31721c (diff)
downloadjenkins.debian.net-73cf553612b2b74c487e61d6a2aa6fe3f0b34df1.tar.xz
reproducible Debian: refactor
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 3ab81c8f..f65dcf03 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -547,6 +547,7 @@ irc_message() {
local CHANNEL="$1"
shift
local MESSAGE="$@"
+ echo "Sending '$MESSAGE' to $CHANNEL now."
kgb-client --conf /srv/jenkins/kgb/$CHANNEL.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
}