Commit 4d69e205 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: remove cleanup code as each build job now cleans up before starting a build

parent f27f61c3
......@@ -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`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment