guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: bootstrap: Prefer HTTPS for downloads.


From: Ludovic Courtès
Subject: 03/05: gnu: bootstrap: Prefer HTTPS for downloads.
Date: Mon, 28 Aug 2017 17:58:02 -0400 (EDT)

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

commit 894fc4e9f5cf5184be54321c1ba5c8e51a6380d7
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 27 15:17:48 2017 +0200

    gnu: bootstrap: Prefer HTTPS for downloads.
    
    * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
---
 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 0eb386c..fe3c29b 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -195,8 +195,9 @@ successful, or false to signal an error."
 
 (define %bootstrap-base-urls
   ;; This is where the initial binaries come from.
-  '("ftp://alpha.gnu.org/gnu/guix/bootstrap";
+  '("https://alpha.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";
     "http://flashner.co.il/guix/bootstrap";))
 



reply via email to

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