bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63068: [PATCH] gnu: apache mirror URLs substituted by CDN URL


From: Julian Flake
Subject: bug#63068: [PATCH] gnu: apache mirror URLs substituted by CDN URL
Date: Thu, 4 May 2023 10:21:58 +0200

* guix/download.scm (Apache mirrors are substituted by CDN):
---
 guix/download.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index 561a893eee..ce29e12ae8 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -134,17 +134,8 @@ (define %mirrors
        "http://mirror.linux.org.au/";
        "https://mirrors.edge.kernel.org/pub/";
        "ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/";)
-      (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/";
        ;; As a last resort, try the archive.
        "http://archive.apache.org/dist/";)
       (xorg               ; from http://www.x.org/wiki/Releases/Download

base-commit: 7a0a186a32524d4156bf96786d708fab323cebff
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]