summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-29 10:53:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-29 11:52:14 +0200
commit8d1fe4dc946d6abc8ab9bc80a46869544d311189 (patch)
treedb609c68b8ada3d606db522de5f5b7f8d78a78ba /bin/reproducible_common.py
parent73e1e4f607d6abef04d3dd9b2f3b9f6fc95808e8 (diff)
downloadjenkins.debian.net-8d1fe4dc946d6abc8ab9bc80a46869544d311189.tar.xz
move all reproducible public stuff under /var/lib/jenkins/userContent/reproducible
Diffstat (limited to 'bin/reproducible_common.py')
-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 393e5aa4..aa968d9b 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -35,7 +35,7 @@ defaultsuite = 'unstable'
defaultarch = 'amd64'
BIN_PATH = '/srv/jenkins/bin'
-BASE = '/var/lib/jenkins/userContent'
+BASE = '/var/lib/jenkins/userContent/reproducible'
REPRODUCIBLE_JSON = BASE + '/reproducible.json'
REPRODUCIBLE_DB = '/var/lib/jenkins/reproducible.db'