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

Holger Levsen holger at layer-acht.org
Fri Aug 26 12:33:54 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 eb8c54f821d22f420768e8bab1da29f0ca00249e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Aug 26 14:33:10 2016 +0200

    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(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3b041ce..79997ad 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}"

-- 
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