summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
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'