[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: remove cleanup code as each build job now cleans up before starting a build
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 20:01:05 UTC 2015
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 4d69e2059eeed136f691e1e78810aff2665e2981
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 22:00:41 2015 +0200
reproducible: remove cleanup code as each build job now cleans up before starting a build
---
hosts/jenkins/etc/init.d/jenkins | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hosts/jenkins/etc/init.d/jenkins b/hosts/jenkins/etc/init.d/jenkins
index b2c57bf..ccb33d5 100755
--- a/hosts/jenkins/etc/init.d/jenkins
+++ b/hosts/jenkins/etc/init.d/jenkins
@@ -92,9 +92,6 @@ check_tcp_port() {
#
do_start()
{
- # Clean up the Reproducible Builds database from running builds
- sqlite3 /var/lib/jenkins/reproducible.db "UPDATE schedule SET date_build_started = '' WHERE date_build_started != '';" || true
-
# the default location is /var/run/jenkins/jenkins.pid but the parent directory needs to be created
mkdir `dirname $PIDFILE` > /dev/null 2>&1 || true
chown $JENKINS_USER `dirname $PIDFILE`
--
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