diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-10-01 16:36:25 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2016-10-01 16:36:25 +0000 |
commit | cc03eeb72f06c02afae1217824b02c46afb718b9 (patch) | |
tree | 05c87bf6b09db2b716788e2d42fc52b1173592e7 | |
parent | b3152a9f80ca0cfe6fa9a49f96fcb84d2050f645 (diff) | |
download | jenkins.debian.net-cc03eeb72f06c02afae1217824b02c46afb718b9.tar.xz |
reproducible debian: move status changes notification to #debian-reproducible-changes
-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 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="" |