From e7884a60bffc1e227558992ef16f641ee3768ab9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Jul 2015 16:37:02 +0200 Subject: reproducible: shorten irc message further --- 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 91660978..d47716e1 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -124,7 +124,7 @@ update_db_and_html() { # notification for changing status if [ "${OLD_STATUS}" = "reproducible" ] ; then if [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ; then - MESSAGE="Changed from reproducible → ${STATUS}. ${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE}" + MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} changed: reproducible → ${STATUS}" echo "\n$MESSAGE" | tee -a ${RBUILDLOG} irc_message "$MESSAGE" # disable ("regular") irc notification unless it's due to debbindiff problems -- cgit v1.2.3-54-g00ecf