From 5e5d1d0600e639f4da6a94c591aeca22e34c8abf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 1 Apr 2015 13:10:09 +0200 Subject: reproducible: (temporarily) disable notifications for packages which become unreproducible --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index eb708c1d..154a41e0 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 } -- cgit v1.2.3-70-g09d2