From 8abc3337d2bfab465a7c53184cd6f66453c40b53 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 10 Feb 2020 09:07:53 -0500 Subject: Move all http download links for stage3 and ISOs to bouncer https Closes: https://bugs.gentoo.org/708654 Signed-off-by: Brian Evans --- _includes/downloads/alpha.html | 4 ++-- _includes/downloads/amd64-advanced.html | 6 +++--- _includes/downloads/amd64.html | 4 ++-- _includes/downloads/arm.html | 2 +- _includes/downloads/experimental.html | 6 +++--- _includes/downloads/hppa.html | 8 ++++---- _includes/downloads/ia64.html | 4 ++-- _includes/downloads/x86-advanced.html | 4 ++-- _includes/downloads/x86.html | 4 ++-- _includes/partials/download-link.html | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) (limited to '_includes') diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html index 66cc642..70690c5 100644 --- a/_includes/downloads/alpha.html +++ b/_includes/downloads/alpha.html @@ -11,7 +11,7 @@

Details (contents, hashes, and signatures)

diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index caab8fc..59c24cb 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -21,9 +21,9 @@

Details (contents, hashes, and signatures)

diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html index e20e7c5..cc90e16 100644 --- a/_includes/downloads/amd64.html +++ b/_includes/downloads/amd64.html @@ -11,7 +11,7 @@

Details (contents, hashes, and signatures)

- Minimal Installation CD, + Minimal Installation CD, Hybrid ISO, - Stage 3 + Stage 3

diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html index 0182469..59730ca 100644 --- a/_includes/downloads/arm.html +++ b/_includes/downloads/arm.html @@ -12,6 +12,6 @@

Details (contents, hashes, and signatures)

diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html index f78f0fa..9965812 100644 --- a/_includes/downloads/experimental.html +++ b/_includes/downloads/experimental.html @@ -21,11 +21,11 @@

For all other experimental downloads (including for the - arm64 + arm64 and - mips + mips architectures), - please refer to the complete experimental downloads archive. + please refer to the complete experimental downloads archive.

diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html index 0b2c0cd..61256c7 100644 --- a/_includes/downloads/hppa.html +++ b/_includes/downloads/hppa.html @@ -14,9 +14,9 @@ diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html index da22a25..9930551 100644 --- a/_includes/downloads/ia64.html +++ b/_includes/downloads/ia64.html @@ -11,8 +11,8 @@

Details (contents, hashes, and signatures)

diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html index 2ae2e1d..d33b1a5 100644 --- a/_includes/downloads/x86-advanced.html +++ b/_includes/downloads/x86-advanced.html @@ -19,8 +19,8 @@

Details (contents, hashes, and signatures)

diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index 039b3e3..50ce4f5 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -11,7 +11,7 @@

Details (contents, hashes, and signatures)

- Minimal Installation CD, + Minimal Installation CD, Hybrid ISO, - Stage 3 + Stage 3

diff --git a/_includes/partials/download-link.html b/_includes/partials/download-link.html index 14a2939..380760d 100644 --- a/_includes/partials/download-link.html +++ b/_includes/partials/download-link.html @@ -1,4 +1,4 @@ {% capture url %}{{ include.arch }}/autobuilds/{{ site.data.downloads[include.arch][include.type][include.id].filename }}{% endcapture %} {% assign date = site.data.downloads[include.arch][include.type][include.id].date %} {% assign size = site.data.downloads[include.arch][include.type][include.id].size %} -{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='http://distfiles.gentoo.org/releases/' date=date size=size %} \ No newline at end of file +{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://bouncer.gentoo.org/fetch/root/all/releases/' date=date size=size %} -- cgit v1.2.3