diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-30 13:26:39 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-30 13:26:39 -0400 |
commit | 478784a1fd26c8411d5fe24028fe0eae72bd5e90 (patch) | |
tree | c0df58f9961c6af3060a8e6288050ea40224aa6d | |
parent | cd819aae56f12609f494850099453f7392eae71d (diff) | |
download | jenkins.debian.net-478784a1fd26c8411d5fe24028fe0eae72bd5e90.tar.xz |
reproducible: be verbose
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 8e53ca01..946c2684 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -43,7 +43,7 @@ fi # for Debian echo "$(date -u) - updating the schroots and pbuilder now..." -# testing whether the proxy works +echo "$(date -u) - testing whether the proxy works..." curl http://www.debian.org > /dev/null set +e # use host architecture (only) |