aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gnu-patch-benchmarking.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-03-12 13:49:51 +0100
committerYvan Roux <yvan.roux@linaro.org>2018-03-12 13:49:51 +0100
commitfe5b470a4342de391373733a4f135b9544fbb84f (patch)
tree74d91ba5d2f1bbe54037f8797e4ceaa5c44e4120 /tcwg-gnu-patch-benchmarking.yaml
parentbf4c708eb3d248f27e5af8d9597ef53f63951c6b (diff)
tcwg-gnu-patch-benchmarking: Fix typo.
Change-Id: I7d3b097d4952246875ad445e21f2de70b89fcd5d
Diffstat (limited to 'tcwg-gnu-patch-benchmarking.yaml')
-rw-r--r--tcwg-gnu-patch-benchmarking.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-gnu-patch-benchmarking.yaml b/tcwg-gnu-patch-benchmarking.yaml
index 4168d17e2f..1adaa2951a 100644
--- a/tcwg-gnu-patch-benchmarking.yaml
+++ b/tcwg-gnu-patch-benchmarking.yaml
@@ -192,8 +192,8 @@
BF_URL_SUFIX=label=${label},target=${target}
# Hackish way to get tarball name from json api
- TAR_REF_NAME=$(curl -s${BF_URL_PREFIX}/${REFNUM}/${BF_URL_SUFIX}/api/json?pretty=true | grep -P "fileName.*\"gcc-linaro-.*.tar.xz\"" | awk '{print $3}' | sed -e 's/[",]//g')
- TAR_PATCH_NAME=$(curl -s${BF_URL_PREFIX}/${PATCHNUM}/${BF_URL_SUFIX}/api/json?pretty=true | grep -P "fileName.*\"gcc-linaro-.*.tar.xz\"" | awk '{print $3}' | sed -e 's/[",]//g')
+ TAR_REF_NAME=$(curl -s ${BF_URL_PREFIX}/${REFNUM}/${BF_URL_SUFIX}/api/json?pretty=true | grep -P "fileName.*\"gcc-linaro-.*.tar.xz\"" | awk '{print $3}' | sed -e 's/[",]//g')
+ TAR_PATCH_NAME=$(curl -s ${BF_URL_PREFIX}/${PATCHNUM}/${BF_URL_SUFIX}/api/json?pretty=true | grep -P "fileName.*\"gcc-linaro-.*.tar.xz\"" | awk '{print $3}' | sed -e 's/[",]//g')
mkdir -p ref-tools
cd ref-tools
wget --progress=dot -e dotbytes=2M "${BF_URL_PREFIX}/${REFNUM}/${BF_URL_SUFIX}/artifact/artifacts/${TAR_REF_NAME}"