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

* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add
ftp.gnu.org/gnu/guix/bootstrap.
This commit is contained in:
Ludovic Courtès 2019-08-22 11:47:54 +02:00 committed by Mark H Weaver
parent 893c2df00d
commit f32c3d4d06
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 1 deletions

View File

@ -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"