diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-09 16:37:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 16:37:02 +0200 |
commit | e7884a60bffc1e227558992ef16f641ee3768ab9 (patch) | |
tree | a0b59d66a71e18f2c0d71ddc38293f8cb5400c05 | |
parent | f788cd3383c6a313ce059761a7f9672d36d752e9 (diff) | |
download | jenkins.debian.net-e7884a60bffc1e227558992ef16f641ee3768ab9.tar.xz |
reproducible: shorten irc message further
-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 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 |