aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-02-04 21:38:54 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-02-04 21:38:54 -0800
commita1c6624c02ce8050d1f2dcb7297686d9330d1edd (patch)
treeac2b3bc2dd48b00fb9d66c810d6b94c8c7b42187
parentGiving up. Larger Larry again. (diff)
downloadwww-a1c6624c02ce8050d1f2dcb7297686d9330d1edd.tar.gz
www-a1c6624c02ce8050d1f2dcb7297686d9330d1edd.tar.bz2
www-a1c6624c02ce8050d1f2dcb7297686d9330d1edd.zip
_posts: recommend the CDN: distfiles.gentoo.org
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--_posts/2022-01-03-new-year.md2
-rw-r--r--_posts/2024-01-22-new-year.md2
-rw-r--r--_posts/2024-02-04-x86-64-v3.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2022-01-03-new-year.md b/_posts/2022-01-03-new-year.md
index 6846d4e..76fadfc 100644
--- a/_posts/2022-01-03-new-year.md
+++ b/_posts/2022-01-03-new-year.md
@@ -158,7 +158,7 @@ Let's look at the major changes and improvements of 2021 in Gentoo now.
KDE Plasma, Gnome, but also Lxde, Xfce4, and Enlightenment are fully available, as are other
packages ranging from Rust to ZFS. Many more are in preparation. Gentoo is running nicely and
is actively used on many of the first physical RISC-V systems. [Stage files
- are now published weekly](https://gentoo.osuosl.org//releases/riscv/autobuilds/) for
+ are now published weekly](https://distfiles.gentoo.org/releases/riscv/autobuilds/) for
all supported ABI in both systemd and OpenRC variants. We have adapted the library directory paths to
those used by other distributions for better binary compatibility.
diff --git a/_posts/2024-01-22-new-year.md b/_posts/2024-01-22-new-year.md
index a32263e..5961bfb 100644
--- a/_posts/2024-01-22-new-year.md
+++ b/_posts/2024-01-22-new-year.md
@@ -67,7 +67,7 @@ Let's now look at the major improvements and news of 2023 in Gentoo.
a stunning >20 GByte of packages on our mirrors, from LibreOffice
to KDE Plasma and from Gnome to Docker.
Also, would you think 9-year old <b>x86-64-v3</b> is still experimental?
- <a href="https://gentoo.osuosl.org/releases/amd64/binpackages/17.1/x86-64-v3/">We have it already
+ <a href="https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64-v3/">We have it already
on our mirrors!</a> For all other architectures and ABIs, the binary package files used for building the
installation stages (including the build tool chain) are available for download.
diff --git a/_posts/2024-02-04-x86-64-v3.md b/_posts/2024-02-04-x86-64-v3.md
index 1df6826..4679ae1 100644
--- a/_posts/2024-02-04-x86-64-v3.md
+++ b/_posts/2024-02-04-x86-64-v3.md
@@ -45,11 +45,11 @@ On your amd64 machine, edit the configuration file in `/etc/portage/binrepos.con
that defines the URI from where the packages are downloaded, and replace `x86-64` with
`x86-64-v3`. E.g., if you have so far
```
-sync-uri = https://ftp.fau.de/gentoo/releases/amd64/binpackages/17.1/x86-64/
+sync-uri = https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64/
```
then you change the URI to
```
-sync-uri = https://ftp.fau.de/gentoo/releases/amd64/binpackages/17.1/x86-64-v3/
+sync-uri = https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64-v3/
```
That's all.