summaryrefslogtreecommitdiff
path: root/tcwg-llvm-common.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 12:51:53 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-05 12:51:53 +0100
commitb79e423c999ec04fe4116205c93d77333229c7f3 (patch)
treed870437e4819a47415640deb4fc063fb6e178fd9 /tcwg-llvm-common.sh
parent5afcb5b1a32cc1c21d2b817a3b3e755d042ab3b3 (diff)
tcwg-llvm-common.sh: public_html is a dir, not an URL
Change-Id: I416464abd1b1d62b5e9425b97b7e4649ad14d156
Diffstat (limited to 'tcwg-llvm-common.sh')
-rwxr-xr-xtcwg-llvm-common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-llvm-common.sh b/tcwg-llvm-common.sh
index 16619673..3f0c9937 100755
--- a/tcwg-llvm-common.sh
+++ b/tcwg-llvm-common.sh
@@ -85,13 +85,13 @@ push_binary_name() {
push_binary_dir() {
local TYPE="$1" # ex: releases/binaries
- echo "public_html/builds/$TYPE/llvm"
+ echo "builds/$TYPE/llvm"
}
push_scp_url() {
local TYPE="$1" # ex: releases/binaries
local PUSHDIR="$(push_binary_dir "$TYPE")"
- echo "$PUSHSERVER:$PUSHDIR"
+ echo "$PUSHSERVER:public_html/$PUSHDIR"
}
push_wget_url() {