diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-28 01:18:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-28 10:21:56 +0200 |
commit | 63e5e0d171e521984b6018f75d4dd420e197785b (patch) | |
tree | b01dc9ad31e156c8a3a03893f84cab1cbdc337a6 | |
parent | 3fa852a3e556ad0d6454b6b5fbb9ee4f183b9720 (diff) | |
download | jenkins.debian.net-63e5e0d171e521984b6018f75d4dd420e197785b.tar.xz |
reproducible: build: re-enable irc notification for reproducible→unreproducible status change
-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 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 } |