diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:33:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 01:33:13 +0200 |
commit | a2918d0244726debc0429fb7229d6c1ea57627c1 (patch) | |
tree | 89c85cf07ad47881e6c1d00143a1c8bd0c1a1384 /bin | |
parent | 20e8c93dacff74ec3fd01c51cf445bdceef121ad (diff) | |
download | jenkins.debian.net-a2918d0244726debc0429fb7229d6c1ea57627c1.tar.xz |
reproducible debian: temporarily stopping the builds, new debhelper is buggy.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 10 |
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 "$@" |