diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-10 02:13:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-10 02:13:26 +0200 |
commit | 17621e8bd607252c085c35f8812c3a46946658d1 (patch) | |
tree | cb863dba9fee4ba5dadef03b532d185968dc9aa0 /bin | |
parent | 71a34d5dd32a6d53a631357cc5368b7b269daa64 (diff) | |
download | jenkins.debian.net-17621e8bd607252c085c35f8812c3a46946658d1.tar.xz |
reproducible: shorten irc message
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
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 |