aboutsummaryrefslogtreecommitdiff
path: root/tcwg-publish-snapshot.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-09-12 16:42:48 +0200
committerYvan Roux <yvan.roux@linaro.org>2016-09-12 16:42:48 +0200
commit2753e65faf60fd1ba9946cfe92664c36f61304d2 (patch)
tree25f1c1d22ccd363c9d9759cdeb9bdc7b6f852b95 /tcwg-publish-snapshot.yaml
parent9a72c38988a875fe1c75adc5b740937cbc6d1443 (diff)
tcwg-publish-snapshot: Update binaries repository to new used pattern.
Change-Id: Iadda56f196170523886ac7bca89e35c6aa48d89a
Diffstat (limited to 'tcwg-publish-snapshot.yaml')
-rw-r--r--tcwg-publish-snapshot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-publish-snapshot.yaml b/tcwg-publish-snapshot.yaml
index e88570a76c..4413ee7676 100644
--- a/tcwg-publish-snapshot.yaml
+++ b/tcwg-publish-snapshot.yaml
@@ -55,7 +55,7 @@
gcc_version=${snapshot_version%%-*}
gcc_major=${gcc_version%%.*}
version_suffix=${snapshot_version##*-}
- bin_dir=${snapshot_version#*-}
+ bin_dir=${gcc_major}-${snapshot_version#*-}
dest_dir="components/toolchain/"
prefix="gcc-linaro"