From eb8c54f821d22f420768e8bab1da29f0ca00249e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 26 Aug 2016 14:33:10 +0200 Subject: reproducible Debian: temporarily only notify for changes on amd64, to make the IRC channel less noisy --- bin/reproducible_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 3b041ce9..79997ad4 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -130,7 +130,8 @@ update_db_and_html() { local OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'" || \ sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'") # irc+mail notifications for changing status in unstable and experimental - if [ "$SUITE" != "testing" ] ; then + # temporarily only notify for changes on amd64, to make the irc channel less noisy + if [ "$SUITE" != "testing" ] && [ "$ARCH" = "amd64" ] ; then if [ "${OLD_STATUS}" = "reproducible" ] && [ "$STATUS" != "depwait" ] && \ ( [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ) ; then MESSAGE="${DEBIAN_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}" -- cgit v1.2.3-54-g00ecf