From 4d69e2059eeed136f691e1e78810aff2665e2981 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 22:00:41 +0200 Subject: 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(-) (limited to 'hosts/jenkins/etc/init.d') diff --git a/hosts/jenkins/etc/init.d/jenkins b/hosts/jenkins/etc/init.d/jenkins index b2c57bf8..ccb33d5d 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` -- cgit v1.2.3-70-g09d2