summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/init.d
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 22:00:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 22:00:41 +0200
commit4d69e2059eeed136f691e1e78810aff2665e2981 (patch)
tree8fadced297f6e841066be4bfc56090ed3420bfe7 /hosts/jenkins/etc/init.d
parentf27f61c3e2097673b388301c3f74bba698034780 (diff)
downloadjenkins.debian.net-4d69e2059eeed136f691e1e78810aff2665e2981.tar.xz
reproducible: remove cleanup code as each build job now cleans up before starting a build
Diffstat (limited to 'hosts/jenkins/etc/init.d')
-rwxr-xr-xhosts/jenkins/etc/init.d/jenkins3
1 files changed, 0 insertions, 3 deletions
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`