guix-commits
[Top][All Lists]
Advanced

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

01/06: download: Update list of content-addressed mirrors.


From: guix-commits
Subject: 01/06: download: Update list of content-addressed mirrors.
Date: Mon, 10 Jun 2019 17:30:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 883dc11c3ab9d3e17fa1332bf24ad1de4ea828ac
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 9 22:13:19 2019 +0200

    download: Update list of content-addressed mirrors.
    
    * guix/download.scm (%content-addressed-mirrors): Change
    "berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.
---
 guix/download.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index 11984cf..cd5d61c 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -393,8 +393,8 @@
      (module-autoload! (current-module)
                        '(guix base16) '(bytevector->base16-string))
 
-     (list (guix-publish "mirror.hydra.gnu.org")
-           (guix-publish "berlin.guixsd.org")
+     (list (guix-publish "ci.guix.gnu.org")
+           (guix-publish "mirror.hydra.gnu.org")
            (lambda (file algo hash)
              ;; 'tarballs.nixos.org' supports several algorithms.
              (string-append "https://tarballs.nixos.org/";



reply via email to

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