summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-11-05 11:59:17 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-11-25 09:28:04 -0600
commita0943cfc6906b4af50fead90f59236456d64c42b (patch)
tree3c498686433f654871520c5b2b17ccc4cf2a4fe4
parentc275689d0e0349a8f91a5f9a8d6dede2e7b439f8 (diff)
Move urls near top in the announce notes.
Change-Id: Ibf17328561e57515fe4cc3d236539441790723a8
-rw-r--r--components/toolchain/binaries/README.textile9
1 files changed, 5 insertions, 4 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index b04f66f..8eb2376 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -8,15 +8,16 @@ h1. Linaro *{{ stab_maint }}* Binary Toolchain {{ snap_rc_release }} GCC {{ majo
p. The Linaro Toolchain Working Group is pleased to announce the availability of the Linaro *{{ stab_maint }}* Binary Toolchain GCC {{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %} {{ snap_rc_release }} Archives.
-p. These archives provide cross-toolchain executables (compiler, debugger, linker, etc.) and shared libraries (libstdc++, libc, etc.) that target ARM or Aarch64 GNU/Linux and bare-metal environments. The cross-toolchain binaries execute on a Linux or MS Windows (under mingw32) host operating-system.
-
{% if announce == "yes" -%}
+p. http://{% if snap_rc_release|lower == "release" -%}releases{% else -%}snapshots{% endif -%}.linaro.org/components/toolchain/binaries/{{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %}/
-p. http://{% if snap_rc_release|lower == "release" -%}releases{% else -%}snapshots{% endif -%}.linaro.org/components/toolchain/binaries/{{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %}/
+p. http://{% if snap_rc_release|lower == "release" -%}releases{% else -%}snapshots{% endif -%}.linaro.org/components/toolchain/gcc-linaro/{{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %}/
+{% endif -%}{# announce #}
-p. http://{% if snap_rc_release|lower == "release" -%}releases{% else -%}snapshots{% endif -%}.linaro.org/components/toolchain/gcc-linaro/{{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %}/
+p. These archives provide cross-toolchain executables (compiler, debugger, linker, etc.) and shared libraries (libstdc++, libc, etc.) that target ARM or Aarch64 GNU/Linux and bare-metal environments. The cross-toolchain binaries execute on a Linux or MS Windows (under mingw32) host operating-system.
+{% if announce == "yes" -%}
p. Please evaluate this release-candidate for correctness. Linaro will shortly spin the Linaro GCC {{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif %} release if this release-candidate passes stakeholder validation.