aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-and-test-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-01-11 16:34:44 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-01-11 16:34:44 +0000
commitea463bfa4b1f0b11b73fe8a20ce2048291310662 (patch)
tree6d11f495ff72d3718fd8dd543a9903099260de40 /tcwg-make-and-test-release.yaml
parent8633df7d7bbdb5170d042d82d3d7cc952a0064df (diff)
tcwg-make-and-test-release: Hardcode ~tcwg-buildslave in url.
As fileserver is also used as a hostname elsewhere. Change-Id: Ic8fb647bb1f1e465ed48441466ff628071b38247
Diffstat (limited to 'tcwg-make-and-test-release.yaml')
-rw-r--r--tcwg-make-and-test-release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-make-and-test-release.yaml b/tcwg-make-and-test-release.yaml
index 17a47d6ddf..3853fa6801 100644
--- a/tcwg-make-and-test-release.yaml
+++ b/tcwg-make-and-test-release.yaml
@@ -55,7 +55,7 @@
description: "Level of debug information: none - No debugging information, abe - ABE debugging information, yaml - tcwg-make-release.yaml debug information (and exit)."
- string:
name: fileserver
- default: dev-01.tcwglab/~tcwg-buildslave
+ default: dev-01.tcwglab
description: 'Remote file server for logs and binaries'
- bool:
name: testrelease
@@ -112,7 +112,7 @@
# restrict-matrix-project parameter for tcwg-make-release
# below
cat << EOF > test_release_parameters
- tarball_url=http://${fileserver}/${binariesdir}
+ tarball_url=http://${fileserver}/~tcwg-buildslave/${binariesdir}
release=${date}
target_list=arm-linux-gnueabihf
EOF