summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 11:22:26 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 11:22:26 +0200
commit61ab869eed27848b4867fbc029f2c068eecb7837 (patch)
tree4102ba3ce904490ca58ca62d5f4420f7353f542c /bin
parentc0bdc35d9987f4ecfe486146dfadac19535e0b8c (diff)
downloadjenkins.debian.net-61ab869eed27848b4867fbc029f2c068eecb7837.tar.xz
Revert "reproducible debian: lets enable armhf again, so that we debug+fix this…"
This reverts commit c0bdc35d9987f4ecfe486146dfadac19535e0b8c.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e2f6358c..82fe1ccc 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -4,9 +4,9 @@
# © 2015-2016 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
-# DONT disable everything
-if false ; then
- echo -n "temporarily stopping all the builds… sleeping 12h now…"
+# disable everything
+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 1h
echo -n "."