diff options
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 |