From c0bdc35d9987f4ecfe486146dfadac19535e0b8c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Jun 2016 10:33:16 +0200 Subject: 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 --- bin/reproducible_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_build.sh') 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 # 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 "." -- cgit v1.2.3-70-g09d2