From 66f5acfff6a919176247d8098bd94f120111f12c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Jun 2016 01:38:11 +0200 Subject: reproducible debian: temporarily stop on armhf only --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ac3fc59c..ecc8d2af 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -5,8 +5,8 @@ # released under the GPLv=2 # disable everything -if true ; then - echo -n "temporarily stopping the builds, new debhelper is buggy. sleeping 12h now" +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 echo -n "." -- cgit v1.2.3-70-g09d2