summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-09 17:23:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-09 17:23:55 +0200
commitc6502c10bec9835ff2982dfea37d5b9c5ccc442c (patch)
tree8f28d57e5e4dd0dbe778e4a5b6aca9d3504d77c3 /bin/reproducible_build.sh
parente7884a60bffc1e227558992ef16f641ee3768ab9 (diff)
downloadjenkins.debian.net-c6502c10bec9835ff2982dfea37d5b9c5ccc442c.tar.xz
reproducible: shorten irc message even further
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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