summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 10:33:16 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 10:33:16 +0200
commitc0bdc35d9987f4ecfe486146dfadac19535e0b8c (patch)
treec3d3c81c90fe99d38777aa5f8dedb18afb5d6dce /bin/reproducible_build.sh
parent7ee600a1754f0db2d8346d5a6dc4902ec2955749 (diff)
downloadjenkins.debian.net-c0bdc35d9987f4ecfe486146dfadac19535e0b8c.tar.xz
reproducible debian: lets enable armhf again, so that we debug+fix this…
Diffstat (limited to 'bin/reproducible_build.sh')
-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 82fe1ccc..e2f6358c 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
-# 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…"
+# DONT disable everything
+if false ; then
+ echo -n "temporarily stopping all the builds… sleeping 12h now…"
for i in $(seq 1 12) ; do
sleep 1h
echo -n "."