diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:38:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:38:11 +0200 |
commit | 66f5acfff6a919176247d8098bd94f120111f12c (patch) | |
tree | 0c4812b1f5add351c2ecb376abbf98f1951ec6c8 | |
parent | a2918d0244726debc0429fb7229d6c1ea57627c1 (diff) | |
download | jenkins.debian.net-66f5acfff6a919176247d8098bd94f120111f12c.tar.xz |
reproducible debian: temporarily stop on armhf only
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 "." |