diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-30 13:22:31 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-30 13:22:31 -0400 |
commit | cd819aae56f12609f494850099453f7392eae71d (patch) | |
tree | 4026b957438c4b7bf49475c9a3f3825e7ed31730 | |
parent | 513ea8839f6eee18d228e11a6152a15bb4e4d689 (diff) | |
download | jenkins.debian.net-cd819aae56f12609f494850099453f7392eae71d.tar.xz |
reproducible: regularily check whether the proxy works
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
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) |