From c1f24b455b45e4d688e00e8c22a6f927d94c6e66 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Feb 2017 17:26:50 +0100 Subject: reproducible Debian: disable irc notification for 500 buildinfo problems Signed-off-by: Holger Levsen --- 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 7767587a..7cbb4134 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -854,7 +854,7 @@ share_buildinfo() { curl -s -X PUT --max-time 30 --data-binary @- "https://buildinfo.debian.net/api/submit" < ./${X}/$BUILDINFO_SIGNED > $TMPFILE || log_error "Could not submit buildinfo from ${X} to http://buildinfo.debian.net/api/submit" cat $TMPFILE if grep -q "500 Internal Server Error" $TMPFILE ; then - irc_message debian-reproducible "${BUILD_URL} got error code 500 from buildinfo.debian.net" + echo no irc_message debian-reproducible "${BUILD_URL} got error code 500 from buildinfo.debian.net" fi rm $TMPFILE done -- cgit v1.2.3-70-g09d2