summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-01 13:10:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-01 13:10:09 +0200
commit5e5d1d0600e639f4da6a94c591aeca22e34c8abf (patch)
treedb4c2751992174daf5304716e253fd817b552fb9 /bin
parent03e6599e0d4fcd9f86c91f3c3f996ba6a6ee7a75 (diff)
downloadjenkins.debian.net-5e5d1d0600e639f4da6a94c591aeca22e34c8abf.tar.xz
reproducible: (temporarily) disable notifications for packages which become unreproducible
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
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
}