diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 10:33:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 10:33:16 +0200 |
commit | c0bdc35d9987f4ecfe486146dfadac19535e0b8c (patch) | |
tree | c3d3c81c90fe99d38777aa5f8dedb18afb5d6dce | |
parent | 7ee600a1754f0db2d8346d5a6dc4902ec2955749 (diff) | |
download | jenkins.debian.net-c0bdc35d9987f4ecfe486146dfadac19535e0b8c.tar.xz |
reproducible debian: lets enable armhf again, so that we debug+fix this…
-rwxr-xr-x | bin/reproducible_build.sh | 6 |
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 "." |