diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 14:37:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 14:37:41 +0200 |
commit | f9bfcf07faa58334c23166b8aa6e3155388b4390 (patch) | |
tree | 6e899ea51d45687a12685faafde2272c7daa19ed | |
parent | e0c92ee6ac3ba08b2b7574e90ccd280399ff81fe (diff) | |
download | jenkins.debian.net-f9bfcf07faa58334c23166b8aa6e3155388b4390.tar.xz |
reproducible debian: IO aint easy
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 8b540f46..df6dcb45 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -16,10 +16,10 @@ set -e exit_early_if_debian_is_broken() { # debian is fine, thanks if false && [ "$ARCH" = "armhf" ] ; then - echo -n "temporarily stopping the builds on armhf due to #827724… sleeping 12h now…" + echo "Temporarily stopping the builds on armhf due to #827724… sleeping 12h now…" for i in $(seq 1 12) ; do sleep 1h - echo -n "." + echo "one our passed…." done exit 0 fi |