summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-14 17:10:57 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-14 17:10:57 +0200
commitb9d6c50b134d85fed96cd5a5c087253b01e7541d (patch)
tree608b186b7e67248fcc8f6af5d3c1bc551c697182 /bin/reproducible_common.sh
parentfbb9fc3ce85c28aa586814ff1a6c64576ee328ea (diff)
downloadjenkins.debian.net-b9d6c50b134d85fed96cd5a5c087253b01e7541d.tar.xz
reproducible debian: more changes for the /debian/ move to not break other projects
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 495682c4..9a5f76df 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -565,9 +565,9 @@ publish_page() {
else
TARGET=$1/$PAGE
fi
- cp $PAGE $DEBIAN_BASE/$TARGET
+ cp -v $PAGE $BASE/$TARGET
rm $PAGE
- echo "Enjoy $DEBIAN_URL/$TARGET"
+ echo "Enjoy $REPRODUCIBLE_URL/$TARGET"
}
link_packages() {