[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63068: Apache mirrors are not available anymore
From: |
glaz |
Subject: |
bug#63068: Apache mirrors are not available anymore |
Date: |
Sun, 10 Dec 2023 10:52:05 +0300 |
Howdy ho, fellow guixers.
I did some minor research on my patch. Looks like I was wrong. There are
more than one package, that is not available via DLCDN, but only on
archive.apache.org. So the best solutions seems to be to change the list
of mirrors in download.scm as described earlier.
- (apache ; from
http://www.apache.org/mirrors/dist.html
- "http://www.eu.apache.org/dist/"
- "http://www.us.apache.org/dist/"
- "https://ftp.nluug.nl/internet/apache/"
- "http://apache.mirror.iweb.ca/"
- "http://mirrors.ircam.fr/pub/apache/"
- "http://apache.mirrors.ovh.net/ftp.apache.org/dist/"
- "http://apache-mirror.rbc.ru/pub/apache/"
- "ftp://ftp.osuosl.org/pub/apache/"
- "http://mirrors.ibiblio.org/apache/"
-
+ (apache ; see https://apache.org/history/mirror-history.html
+ "https://dlcdn.apache.org/"
Dmitry