diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-06-07 13:40:01 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-08 16:13:10 +0200 |
commit | 1d2518fbda03f4117fb0344da3197b16f7e8574f (patch) | |
tree | 964e08aea1caac9eea0f3bf451f567e99999f863 /bin | |
parent | 706470d6a7a961b65315deccb2e08cdd2a7624e3 (diff) | |
download | jenkins.debian.net-1d2518fbda03f4117fb0344da3197b16f7e8574f.tar.xz |
reproducible debian: create subdirectory tests.r-b.org/debian
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index e064e5c4..e2e90f0e 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -42,7 +42,7 @@ defaultsuite = 'unstable' defaultarch = 'amd64' BIN_PATH = '/srv/jenkins/bin' -BASE = '/var/lib/jenkins/userContent/reproducible' +BASE = '/var/lib/jenkins/userContent/reproducible/debian' REPRODUCIBLE_JSON = BASE + '/reproducible.json' REPRODUCIBLE_TRACKER_JSON = BASE + '/reproducible-tracker.json' diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index ed09ba65..c2d0f237 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -70,7 +70,7 @@ NUM_CPU=$(grep -c '^processor' /proc/cpuinfo) # we only this array for html creation but we cannot declare them in a function declare -A SPOKENTARGET -BASE="/var/lib/jenkins/userContent/reproducible" +BASE="/var/lib/jenkins/userContent/reproducible/debian" mkdir -p "$BASE" # to hold reproducible temporary files/directories without polluting /tmp |