From 872ebbd711f3b8225b1c3798ce99f07ce784bf65 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 7 Jun 2016 21:41:08 -0400 Subject: reproducible debian: update urls to include tests.r-b.org/debian directory --- bin/reproducible_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index c2d0f237..f92301e1 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -36,6 +36,7 @@ fi # common variables REPRODUCIBLE_URL=https://tests.reproducible-builds.org +DEBIAN_URL=https://tests.reproducible-builds.org/debian REPRODUCIBLE_DOT_ORG_URL=https://reproducible-builds.org # shop trailing slash JENKINS_URL=${JENKINS_URL:0:-1} @@ -565,7 +566,7 @@ publish_page() { fi cp $PAGE $BASE/$TARGET rm $PAGE - echo "Enjoy $REPRODUCIBLE_URL/$TARGET" + echo "Enjoy $DEBIAN_URL/$TARGET" } link_packages() { -- cgit v1.2.3-54-g00ecf