[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: temporarily stopping the builds, new debhelper is buggy.
Holger Levsen
holger at layer-acht.org
Sun Jun 19 23:33:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit a2918d0244726debc0429fb7229d6c1ea57627c1
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 20 01:33:13 2016 +0200
reproducible debian: temporarily stopping the builds, new debhelper is buggy.
---
bin/reproducible_build.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b692c40..ac3fc59 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -4,6 +4,16 @@
# © 2015-2016 Mattia Rizzolo <mattia at 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 "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list