[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible Debian: temporarily only notify for changes on amd64, to make the IRC channel less noisy"

Holger Levsen holger at layer-acht.org
Thu Sep 22 08:20:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0d34ac4dcd4af5e1d8f5f65a283bdb93cdbd0f10
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 22 10:20:06 2016 +0200

    Revert "reproducible Debian: temporarily only notify for changes on amd64, to make the IRC channel less noisy"
    
    This reverts commit eb8c54f821d22f420768e8bab1da29f0ca00249e.
---
 bin/reproducible_build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 4238e50..012b3a3 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -130,8 +130,7 @@ 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
-	# temporarily only notify for changes on amd64, to make the irc channel less noisy
-	if [ "$SUITE" != "testing" ] && [ "$ARCH" = "amd64" ] ; then
+	if [ "$SUITE" != "testing" ] ; then
 		if [ "${OLD_STATUS}" = "reproducible" ] && [ "$STATUS" != "depwait" ] && \
 		  ( [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ) ; then
 			MESSAGE="${DEBIAN_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list