From e91b3d899d736645a227a8d74ec9893fedba959f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Jun 2017 14:53:25 +0200 Subject: reproducible Debian: let's not fail the node health check just because the internet is down… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- bin/reproducible_node_health_check.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_node_health_check.sh') diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index 17accb1e..c025cc77 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -43,8 +43,7 @@ set +e echo "$(date -u) - testing whether the proxy works..." curl http://www.debian.org > /dev/null if [ $? -ne 0 ] ; then - irc_message debian-reproducible "Proxy is down for $HOSTNAME, please tell the jenkins admins to fix this. (sudo service squid3 restart)" - exit 1 + echo "Warning: curl http://www.debian.org failed, probably the proxy is down for $HOSTNAME…" fi # -- cgit v1.2.3-54-g00ecf