guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/01: gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
Date: Thu, 22 Aug 2019 05:50:33 -0400 (EDT)

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

commit 47fcdfac44c5bf236299679781133468be6f0207
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 1982c97..40eabe6 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -288,7 +288,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]