aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-07-18 22:47:51 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-07-18 22:48:04 -0700
commit1b5cf57dc8bc0a868005fc3603dde300fae504b7 (patch)
treedee603c537d3a2a1679e8227dd456765b4b45472
parentAdd some more mips downloads (diff)
downloadwww-1b5cf57dc8bc0a868005fc3603dde300fae504b7.tar.gz
www-1b5cf57dc8bc0a868005fc3603dde300fae504b7.tar.bz2
www-1b5cf57dc8bc0a868005fc3603dde300fae504b7.zip
downloads: stop using bouncer, use distfiles CDN instead
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--_includes/downloads/alpha.html4
-rw-r--r--_includes/downloads/amd64-advanced.html6
-rw-r--r--_includes/downloads/amd64.html4
-rw-r--r--_includes/downloads/arm.html2
-rw-r--r--_includes/downloads/arm64-advanced.html2
-rw-r--r--_includes/downloads/arm64.html4
-rw-r--r--_includes/downloads/hppa.html2
-rw-r--r--_includes/downloads/ia64.html4
-rw-r--r--_includes/downloads/loong.html2
-rw-r--r--_includes/downloads/m68k.html2
-rw-r--r--_includes/downloads/mips.html2
-rw-r--r--_includes/downloads/ppc.html2
-rw-r--r--_includes/downloads/riscv.html2
-rw-r--r--_includes/downloads/s390.html2
-rw-r--r--_includes/downloads/sparc.html4
-rw-r--r--_includes/downloads/x86.html4
-rw-r--r--_includes/partials/download-link.html2
-rw-r--r--_posts/2023-02-09-new-year.md2
-rw-r--r--downloads/index.html2
19 files changed, 27 insertions, 27 deletions
diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html
index fcda4f4..9442c9a 100644
--- a/_includes/downloads/alpha.html
+++ b/_includes/downloads/alpha.html
@@ -13,7 +13,7 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/alpha/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/alpha/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html
index 7dd911b..6e910f9 100644
--- a/_includes/downloads/amd64-advanced.html
+++ b/_includes/downloads/amd64-advanced.html
@@ -64,8 +64,8 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/">All stages</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/">All stages</a></li>
</ul>
</div>
diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html
index 9752397..67d6307 100644
--- a/_includes/downloads/amd64.html
+++ b/_includes/downloads/amd64.html
@@ -14,6 +14,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a>,
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a>
+ <a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a>,
+ <a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a>
</p>
diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html
index 674705f..84179ea 100644
--- a/_includes/downloads/arm.html
+++ b/_includes/downloads/arm.html
@@ -65,6 +65,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/arm/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html
index 6187835..0716296 100644
--- a/_includes/downloads/arm64-advanced.html
+++ b/_includes/downloads/arm64-advanced.html
@@ -48,6 +48,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/arm64/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html
index 7d2e7e5..5ade14a 100644
--- a/_includes/downloads/arm64.html
+++ b/_includes/downloads/arm64.html
@@ -14,6 +14,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-install-arm64-minimal/">Minimal Installation CD</a>,
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-stage3-arm64-openrc/">Stage 3</a>
+ <a href="https://distfiles.gentoo.org/releases/arm64/autobuilds/current-install-arm64-minimal/">Minimal Installation CD</a>,
+ <a href="https://distfiles.gentoo.org/releases/arm64/autobuilds/current-stage3-arm64-openrc/">Stage 3</a>
</p>
diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html
index 6e5c161..79c051b 100644
--- a/_includes/downloads/hppa.html
+++ b/_includes/downloads/hppa.html
@@ -21,6 +21,6 @@
</div>
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/hppa/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/hppa/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html
index aaf427b..d9030d3 100644
--- a/_includes/downloads/ia64.html
+++ b/_includes/downloads/ia64.html
@@ -23,7 +23,7 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ia64/autobuilds/current-install-ia64-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ia64/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/ia64/autobuilds/current-install-ia64-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/ia64/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/loong.html b/_includes/downloads/loong.html
index e337c0f..6b3db81 100644
--- a/_includes/downloads/loong.html
+++ b/_includes/downloads/loong.html
@@ -9,6 +9,6 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/loong/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/loong/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/m68k.html b/_includes/downloads/m68k.html
index 849d026..0fe70b7 100644
--- a/_includes/downloads/m68k.html
+++ b/_includes/downloads/m68k.html
@@ -9,6 +9,6 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/m68k/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/m68k/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html
index 448b0b6..54c9a3c 100644
--- a/_includes/downloads/mips.html
+++ b/_includes/downloads/mips.html
@@ -83,7 +83,7 @@
<h4>Details (contents, hashes, and signatures)</h4>
<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/mips/autobuilds/">All files</a>
+ <a href="https://distfiles.gentoo.org/releases/mips/autobuilds/">All files</a>
</p>
</div>
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index 0f27cae..172fb64 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -62,6 +62,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/ppc/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html
index b65ebc9..2ab190b 100644
--- a/_includes/downloads/riscv.html
+++ b/_includes/downloads/riscv.html
@@ -45,6 +45,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a>
+ <a href="https://distfiles.gentoo.org/releases/riscv/autobuilds/">All files</a>
</p>
</div>
diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html
index d1a3094..9d8a799 100644
--- a/_includes/downloads/s390.html
+++ b/_includes/downloads/s390.html
@@ -21,6 +21,6 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/s390/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/s390/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html
index e8e45ea..0e5bd65 100644
--- a/_includes/downloads/sparc.html
+++ b/_includes/downloads/sparc.html
@@ -16,7 +16,7 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/sparc/autobuilds/current-install-sparc64-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/sparc/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/sparc/autobuilds/current-install-sparc64-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/sparc/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html
index fd6376c..464b765 100644
--- a/_includes/downloads/x86.html
+++ b/_includes/downloads/x86.html
@@ -48,7 +48,7 @@
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/">All files</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/x86/autobuilds/">All files</a></li>
</ul>
</div>
diff --git a/_includes/partials/download-link.html b/_includes/partials/download-link.html
index 380760d..04dac81 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='https://bouncer.gentoo.org/fetch/root/all/releases/' date=date size=size %}
+{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://distfiles.gentoo.org/releases/' date=date size=size %}
diff --git a/_posts/2023-02-09-new-year.md b/_posts/2023-02-09-new-year.md
index 293a0e3..9e0c6bf 100644
--- a/_posts/2023-02-09-new-year.md
+++ b/_posts/2023-02-09-new-year.md
@@ -74,7 +74,7 @@ Let's now look at the major improvements and news of 2022 in Gentoo.
- <img align="right" height="75" style="margin-left: 30px;" src="https://www.gentoo.org/assets/img/news/2023/memory-stick.png">
<b>LiveGUI Gentoo ISO download</b>: For an instant, full-fledged Gentoo experience we now have
- a weekly-built 3.7GByte [amd64 LiveGUI ISO](https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-livegui-amd64/)
+ a weekly-built 3.7GByte [amd64 LiveGUI ISO](https://distfiles.gentoo.org/releases/amd64/autobuilds/current-livegui-amd64/)
ready for download. It is suitable for booting from DVDs or USB sticks, and boots into a full
[KDE Plasma desktop](https://kde.org/de/plasma-desktop/) based on stable Gentoo. A ton of ready-to-use
software is included, from dozens of system
diff --git a/downloads/index.html b/downloads/index.html
index bf791b2..b35df13 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -162,7 +162,7 @@ inlinejs: |
<h2>Experimental downloads</h2>
<p>
For additional highly experimental downloads across all architectures
- please refer to the <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/">complete
+ please refer to the <a class="alert-link" href="https://distfiles.gentoo.org/experimental/">complete
experimental downloads archive</a>. Hic sunt dracones.<sup><a href="https://en.wikipedia.org/wiki/Here_be_dragons">#</a></sup>
</p>
</div>