guix-commits
[Top][All Lists]
Advanced

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

08/18: download: Add a kernel.org mirror.


From: guix-commits
Subject: 08/18: download: Add a kernel.org mirror.
Date: Mon, 26 Sep 2022 17:32:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 60474b5291360830983aa2c2514cb9da44259d1d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 1 11:01:53 2022 +0200

    download: Add a kernel.org mirror.
    
    Add the mirror from (guix gnu-maintenance) to make the simplified
    linux.org updater (of a later commit) work.
    
    * download.scm (%mirrors)[kernel.org]: Add mirrors.edge.kernel.org mirror.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/download.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/download.scm b/guix/download.scm
index ac88b215de..29a8f99034 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -138,6 +138,7 @@
        "http://kernel.osuosl.org/pub/";
        "http://ftp.be.debian.org/pub/";
        "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/";



reply via email to

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