diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 13:53:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 13:53:09 +0200 |
commit | 03ff0a240ac1b13fc2a0a4a1c16adec91adc0c56 (patch) | |
tree | 4cce01050120d74de634cedd77dc15dae25f616c /bin | |
parent | a03d782764a665c8b1cde954e59ff1d7f8eea7de (diff) | |
download | jenkins.debian.net-03ff0a240ac1b13fc2a0a4a1c16adec91adc0c56.tar.xz |
reproducible: shorten irc message
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 58988d28..e29af58a 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -94,7 +94,7 @@ cleanup_all() { echo "No artifacts were saved for this build." | tee -a ${RBUILDLOG} irc_message "Check $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE and $BUILD_URL to find out why no artifacts were saved (final status $STATUS)" elif [ ! -z "$NOTIFY" ] && [ $SAVE_ARTIFACTS -eq 0 ] ; then - irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE finished building ($STATUS)" + irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS" fi gzip -9fvn $RBUILDLOG # XXX quite ugly: this is just needed to get the correct value of the |