diff options
-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 } |