summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-10-01 16:36:25 +0000
committerMattia Rizzolo <mattia@debian.org>2016-10-01 16:36:25 +0000
commitcc03eeb72f06c02afae1217824b02c46afb718b9 (patch)
tree05c87bf6b09db2b716788e2d42fc52b1173592e7 /bin/reproducible_build.sh
parentb3152a9f80ca0cfe6fa9a49f96fcb84d2050f645 (diff)
downloadjenkins.debian.net-cc03eeb72f06c02afae1217824b02c46afb718b9.tar.xz
reproducible debian: move status changes notification to #debian-reproducible-changes
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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=""