diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-09 17:23:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 17:23:55 +0200 |
commit | c6502c10bec9835ff2982dfea37d5b9c5ccc442c (patch) | |
tree | 8f28d57e5e4dd0dbe778e4a5b6aca9d3504d77c3 /bin | |
parent | e7884a60bffc1e227558992ef16f641ee3768ab9 (diff) | |
download | jenkins.debian.net-c6502c10bec9835ff2982dfea37d5b9c5ccc442c.tar.xz |
reproducible: shorten irc message even further
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 d47716e1..8b1620da 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="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} changed: reproducible → ${STATUS}" + MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible → ${STATUS}" echo "\n$MESSAGE" | tee -a ${RBUILDLOG} irc_message "$MESSAGE" # disable ("regular") irc notification unless it's due to debbindiff problems |