summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-30 13:22:31 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-30 13:22:31 -0400
commitcd819aae56f12609f494850099453f7392eae71d (patch)
tree4026b957438c4b7bf49475c9a3f3825e7ed31730 /bin/reproducible_maintenance.sh
parent513ea8839f6eee18d228e11a6152a15bb4e4d689 (diff)
downloadjenkins.debian.net-cd819aae56f12609f494850099453f7392eae71d.tar.xz
reproducible: regularily check whether the proxy works
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index ff858165..8e53ca01 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -43,6 +43,8 @@ fi
# for Debian
echo "$(date -u) - updating the schroots and pbuilder now..."
+# testing whether the proxy works
+curl http://www.debian.org > /dev/null
set +e
# use host architecture (only)
ARCH=$(dpkg --print-architecture)