summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-14 13:38:19 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-20 16:24:42 +0000
commitaebfa8dee1a353a37c7551f41eb705b47a8f70c6 (patch)
tree571dd5784c8b824300babfceeb56ec3404e09a3b
parent70cd913157b5607bd4172f2cb1fb3c1d6a02fb5b (diff)
tcwg-release.sh: Update FILESERVER default
Change-Id: I36966cfb5e420ec9bb212e565da182b00ee53437
-rwxr-xr-xtcwg-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-release.sh b/tcwg-release.sh
index 6527b0f..f83c5ea 100755
--- a/tcwg-release.sh
+++ b/tcwg-release.sh
@@ -147,7 +147,7 @@ ${bold}OPTIONS${NC}"
This specifies the file server location (as FILESERVER) where
the tarball and its signature will be uploaded. By default
FILESERVER is set to:
- ex40-01.tcwglab.linaro.org:/work/space/sources/
+ dev-01.tcwglab:releases/sources/
-h
Print this extended help text.
@@ -645,7 +645,7 @@ shift $(( OPTIND - 1 ))
: ${DATE:=$(date -d "$today" +%Y.%m)}
# If no FILESERVER is passed as an argument, set it to ex40-01
-: ${FILESERVER:=ex40-01.tcwglab.linaro.org:/work/space/sources/}
+: ${FILESERVER:=dev-01.tcwglab:/home/tcwg-buildslave/releases/sources/}
if [[ "${RELEASE:+rel}" = "rel" && "${SNAPSHOT:+snap}" = "snap" ]]; then
die "-R and -S can not be specified at the same time."