summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 01:33:13 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 01:33:13 +0200
commita2918d0244726debc0429fb7229d6c1ea57627c1 (patch)
tree89c85cf07ad47881e6c1d00143a1c8bd0c1a1384 /bin/reproducible_build.sh
parent20e8c93dacff74ec3fd01c51cf445bdceef121ad (diff)
downloadjenkins.debian.net-a2918d0244726debc0429fb7229d6c1ea57627c1.tar.xz
reproducible debian: temporarily stopping the builds, new debhelper is buggy.
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b692c40c..ac3fc59c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -4,6 +4,16 @@
# © 2015-2016 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
+# disable everything
+if true ; then
+ echo -n "temporarily stopping the builds, new debhelper is buggy. sleeping 12h now"
+ for i in $(seq 1 12) ; do
+ sleep 1
+ echo -n "."
+ done
+ exit 0
+fi
+
DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"