guix-commits
[Top][All Lists]
Advanced

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

31/155: gnu: bootstrap: Add FTP URL for bootstrap binaries.


From: John Darrington
Subject: 31/155: gnu: bootstrap: Add FTP URL for bootstrap binaries.
Date: Wed, 21 Dec 2016 20:48:31 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 973017a12dc9ac648e2a6d34a2cca377f1d118b8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 17 12:35:02 2016 +0100

    gnu: bootstrap: Add FTP URL for bootstrap binaries.
    
    * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add
    ftp://alpha.gnu.org (http://alpha.gnu.org is currently unresponsive.)
---
 gnu/packages/bootstrap.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f6faba3..11ebd79 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -287,7 +287,8 @@ $out/bin/guile --version~%"
 
 (define %bootstrap-base-urls
   ;; This is where the initial binaries come from.
-  '("http://alpha.gnu.org/gnu/guix/bootstrap";
+  '("ftp://alpha.gnu.org/gnu/guix/bootstrap";
+    "http://alpha.gnu.org/gnu/guix/bootstrap";
     "http://www.fdn.fr/~lcourtes/software/guix/packages";))
 
 (define %bootstrap-coreutils&co



reply via email to

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