diff options
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 30aefba2..8940e322 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -136,10 +136,6 @@ update_db_and_html() { MESSAGE="${DEBIAN_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}" log_info "$MESSAGE" irc_message debian-reproducible-changes "$MESSAGE" - # disable ("regular") irc notification unless it's due to diffoscope problems - if [ ! -z "$NOTIFY" ] && [ "$NOTIFY" != "diffoscope" ] ; then - NOTIFY="" - fi fi if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ] && \ [ "$OLD_STATUS" != "depwait" ] && [ "$STATUS" != "depwait" ] && \ |