From 478161e7dd4d35c5ac5d0cbf90e911f236026b51 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 1 Oct 2016 16:37:51 +0000 Subject: reproducible debian: if a manual schedule with notification was requested, still send the done notification to the main channel #-reproducible --- bin/reproducible_build.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/reproducible_build.sh') 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" ] && \ -- cgit v1.2.3-54-g00ecf