summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
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 "."