summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-28 01:18:45 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-28 10:21:56 +0200
commit63e5e0d171e521984b6018f75d4dd420e197785b (patch)
treeb01dc9ad31e156c8a3a03893f84cab1cbdc337a6 /bin
parent3fa852a3e556ad0d6454b6b5fbb9ee4f183b9720 (diff)
downloadjenkins.debian.net-63e5e0d171e521984b6018f75d4dd420e197785b.tar.xz
reproducible: build: re-enable irc notification for reproducible→unreproducible status change
Diffstat (limited to 'bin')
-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 55b60929..56c220e9 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -189,7 +189,7 @@ handle_ftbr() {
if [ "${OLD_STATUS}" = "reproducible" ]; then
MESSAGE="status changed from reproducible → unreproducible. ${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE}"
echo "\n$MESSAGE" | tee -a ${RBUILDLOG}
- # irc_message "$MESSAGE"
+ irc_message "$MESSAGE"
fi
}