From 81cf133083ee8597c6698994a657e0f24c16ee9e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 13 Jan 2015 17:42:40 +0100 Subject: reproducible: use /var/lib/jenkins/reproducible.db instead of the userContent/ one --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 11b02f8d..773b199e 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -23,8 +23,8 @@ QUIET = False BIN_PATH = '/srv/jenkins/bin' BASE = '/var/lib/jenkins/userContent' -REPRODUCIBLE_DB = BASE + '/reproducible.db' REPRODUCIBLE_JSON = BASE + '/reproducible.json' +REPRODUCIBLE_DB = '/var/lib/jenkins/reproducible.db' DBD_URI = '/dbd' NOTES_URI = '/notes' -- cgit v1.2.3-54-g00ecf