[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: (temporarily) disable notifications for packages which become unreproducible
Holger Levsen
holger at moszumanska.debian.org
Wed Apr 1 11:10:33 UTC 2015
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 5e5d1d0600e639f4da6a94c591aeca22e34c8abf
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 1 13:10:09 2015 +0200
reproducible: (temporarily) disable notifications for packages which become unreproducible
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index eb708c1..154a41e 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -144,7 +144,7 @@ call_debbindiff() {
if [ "${OLD_STATUS}" = "reproducible" ]; then
MESSAGE="status changed from reproducible -> unreproducible. ${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE}"
echo "\n$MESSAGE" | tee -a ${RBUILDLOG}
- kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
+ # kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
fi
fi
}
--
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