diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:41:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:41:03 +0200 |
commit | 8447bc313fc22253226f50dcac9ce6e61cd1e95d (patch) | |
tree | 204e78a9265c0559bdf2769d674d3c62abd2be1e /bin | |
parent | 66f5acfff6a919176247d8098bd94f120111f12c (diff) | |
download | jenkins.debian.net-8447bc313fc22253226f50dcac9ce6e61cd1e95d.tar.xz |
reproducible debian: I need sleep too…
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ecc8d2af..82fe1ccc 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -8,7 +8,7 @@ if [ "$(dpkg --print-architecture)" = "armhf" ] ; then echo -n "temporarily stopping the builds on armhf, new debhelper is buggy, needs investigation… sleeping 12h now…" for i in $(seq 1 12) ; do - sleep 1 + sleep 1h echo -n "." done exit 0 |