summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 01:41:03 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 01:41:03 +0200
commit8447bc313fc22253226f50dcac9ce6e61cd1e95d (patch)
tree204e78a9265c0559bdf2769d674d3c62abd2be1e /bin/reproducible_build.sh
parent66f5acfff6a919176247d8098bd94f120111f12c (diff)
downloadjenkins.debian.net-8447bc313fc22253226f50dcac9ce6e61cd1e95d.tar.xz
reproducible debian: I need sleep too…
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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