aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-06-12 15:18:33 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-06-12 15:18:33 +0000
commitce98ef6bb326138cbffa5e7c169c438b67d959d0 (patch)
tree919906712490d6b9819ffce0cd4ac1e735700281 /tcwg-make-release.yaml
parentb11227be55f25e2c0235968f05182c824f4ba3a6 (diff)
tcwg-make-release: Fix dry-run mode.
We want to use $host instead of $builder_arch. Change-Id: Ifbc41072511be968771600f9c7b9e66fff1ed916
Diffstat (limited to 'tcwg-make-release.yaml')
-rw-r--r--tcwg-make-release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-make-release.yaml b/tcwg-make-release.yaml
index 4683fc46..128a690d 100644
--- a/tcwg-make-release.yaml
+++ b/tcwg-make-release.yaml
@@ -277,7 +277,7 @@
# Dry-run: generate fake test jobs
if $testrelease; then
- tarball_linux="tarball_linux-${builder_arch}-${target}"
+ tarball_linux="tarball_linux-${host}-${target}"
tarball_linux_url="http://${fileserver}/${url_prefix}/${target}/${tarball_linux}"
cat << EOF > tcwg.params.linux
tarball_url=${tarball_linux_url}
@@ -287,7 +287,7 @@
EOF
if test x"${canadian}" = x"--canadian"; then
- tarball_mingw="tarball_mingwx-${builder_arch}-${target}"
+ tarball_mingw="tarball_mingwx-${host}-${target}"
tarball_mingw_url="http://${fileserver}/${url_prefix}/${target}/${tarball_mingw}"
cat << EOF > tcwg.params.mingw
tarball_url=${tarball_mingw_url}