From 61ab869eed27848b4867fbc029f2c068eecb7837 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Jun 2016 11:22:26 +0200 Subject: Revert "reproducible debian: lets enable armhf again, so that we debug+fix this…" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c0bdc35d9987f4ecfe486146dfadac19535e0b8c. --- bin/reproducible_build.sh | 6 +++--- 1 file 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 # 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 "." -- cgit v1.2.3-70-g09d2