summaryrefslogtreecommitdiffstats
path: root/bin
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
parent73e1e4f607d6abef04d3dd9b2f3b9f6fc95808e8 (diff)
downloadjenkins.debian.net-8d1fe4dc946d6abc8ab9bc80a46869544d311189.tar.xz
move all reproducible public stuff under /var/lib/jenkins/userContent/reproducible
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 2 insertions, 2 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'
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index f1f87f8b..54fa6ea4 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -50,7 +50,7 @@ USERTAGS="toolchain infrastructure timestamps fileordering buildpath username ho
# we only need them for html creation but we cannot declare them in a function
declare -A SPOKENTARGET
-BASE="/var/lib/jenkins/userContent"
+BASE="/var/lib/jenkins/userContent/reproducible"
mkdir -p "$BASE"
# create subdirs for suites