guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.


From: guix-commits
Subject: 01/02: gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
Date: Tue, 27 Aug 2019 12:43:32 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit f32c3d4d068c22b57d8759fb427be7a18a77f78f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Aug 22 11:47:54 2019 +0200

    gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
    
    * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add
    ftp.gnu.org/gnu/guix/bootstrap.
---
 gnu/packages/bootstrap.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 6cd3e13..3b47847 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -290,7 +290,9 @@ or false to signal an error."
 
 (define %bootstrap-base-urls
   ;; This is where the initial binaries come from.
-  '("https://alpha.gnu.org/gnu/guix/bootstrap";
+  '("https://ftp.gnu.org/gnu/guix/bootstrap";
+    "https://alpha.gnu.org/gnu/guix/bootstrap";
+    "http://ftp.gnu.org/gnu/guix/bootstrap";
     "http://alpha.gnu.org/gnu/guix/bootstrap";
     "ftp://alpha.gnu.org/gnu/guix/bootstrap";
     "http://www.fdn.fr/~lcourtes/software/guix/packages";



reply via email to

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