From cc03eeb72f06c02afae1217824b02c46afb718b9 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 1 Oct 2016 16:36:25 +0000 Subject: reproducible debian: move status changes notification to #debian-reproducible-changes --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 4dcd6c07..30aefba2 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -135,7 +135,7 @@ update_db_and_html() { ( [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ) ; then MESSAGE="${DEBIAN_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}" log_info "$MESSAGE" - irc_message debian-reproducible "$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="" -- cgit v1.2.3-54-g00ecf