diff options
-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="" |