From 03ff0a240ac1b13fc2a0a4a1c16adec91adc0c56 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Jul 2015 13:53:09 +0200 Subject: reproducible: shorten irc message --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf