summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-07 21:41:08 -0400
committerHolger Levsen <holger@layer-acht.org>2016-06-08 16:13:10 +0200
commit872ebbd711f3b8225b1c3798ce99f07ce784bf65 (patch)
tree4c5ae4bfc55f61ee16e6737075e6b62ed220a951 /bin/reproducible_build.sh
parent1d2518fbda03f4117fb0344da3197b16f7e8574f (diff)
downloadjenkins.debian.net-872ebbd711f3b8225b1c3798ce99f07ce784bf65.tar.xz
reproducible debian: update urls to include tests.r-b.org/debian directory
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ca21c5b6..b48c644a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -43,7 +43,7 @@ handle_race_condition() {
save_artifacts() {
local random=$(head /dev/urandom | tr -cd '[:alnum:]'| head -c5)
local ARTIFACTS="artifacts/r00t-me/${SRCPACKAGE}_${SUITE}_tmp-${random}"
- local URL="$REPRODUCIBLE_URL/$ARTIFACTS/"
+ local URL="$DEBIAN_URL/$ARTIFACTS/"
local HEADER="$BASE/$ARTIFACTS/.HEADER.html"
mkdir -p $BASE/$ARTIFACTS
cp -r $TMPDIR/* $BASE/$ARTIFACTS/