summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-10 02:13:26 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-10 02:13:26 +0200
commit17621e8bd607252c085c35f8812c3a46946658d1 (patch)
treecb863dba9fee4ba5dadef03b532d185968dc9aa0 /bin/reproducible_build.sh
parent71a34d5dd32a6d53a631357cc5368b7b269daa64 (diff)
downloadjenkins.debian.net-17621e8bd607252c085c35f8812c3a46946658d1.tar.xz
reproducible: shorten irc message
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a8d33be8..e131d87f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -65,9 +65,9 @@ save_artifacts() {
echo | tee -a ${RBUILDLOG}
# irc message
if [ ! -z "$NOTIFY" ] ; then
- local MESSAGE="Artifacts for ${SRCPACKAGE} ($STATUS in ${SUITE}/${ARCH}) published: $URL"
+ local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
- MESSAGE="$MESSAGE (error when running $DIFFOSCOPE)"
+ MESSAGE="$MESSAGE (error running $DIFFOSCOPE)"
fi
irc_message "$MESSAGE"
fi