[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: download: Update list of content-addressed mirrors.
From: |
guix-commits |
Subject: |
01/06: download: Update list of content-addressed mirrors. |
Date: |
Mon, 10 Jun 2019 17:30:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 883dc11c3ab9d3e17fa1332bf24ad1de4ea828ac
Author: Ludovic Courtès <address@hidden>
Date: Sun Jun 9 22:13:19 2019 +0200
download: Update list of content-addressed mirrors.
* guix/download.scm (%content-addressed-mirrors): Change
"berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.
---
guix/download.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/download.scm b/guix/download.scm
index 11984cf..cd5d61c 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -393,8 +393,8 @@
(module-autoload! (current-module)
'(guix base16) '(bytevector->base16-string))
- (list (guix-publish "mirror.hydra.gnu.org")
- (guix-publish "berlin.guixsd.org")
+ (list (guix-publish "ci.guix.gnu.org")
+ (guix-publish "mirror.hydra.gnu.org")
(lambda (file algo hash)
;; 'tarballs.nixos.org' supports several algorithms.
(string-append "https://tarballs.nixos.org/"
- branch master updated (aec9bb8 -> c5f66d2), guix-commits, 2019/06/10
- 04/06: artwork: Update snapshot to 2f2fe74., guix-commits, 2019/06/10
- 06/06: pack: Fix 'guix pack -f docker'., guix-commits, 2019/06/10
- 05/06: services: slim: Update SLiM theme to 1.x., guix-commits, 2019/06/10
- 03/06: store: 'build-things' accepts derivation/output pairs., guix-commits, 2019/06/10
- 01/06: download: Update list of content-addressed mirrors.,
guix-commits <=
- 02/06: ssh: Add missing import., guix-commits, 2019/06/10