[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/16: download: Update the Savannah mirror list.
From: |
Ludovic Court�s |
Subject: |
11/16: download: Update the Savannah mirror list. |
Date: |
Wed, 8 Mar 2017 17:44:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3f6d5b8a691fee5574efd3e13f88201ea5c3b416
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 8 21:30:55 2017 +0100
download: Update the Savannah mirror list.
* guix/download.scm (%mirrors) <savannah>: Remove centervenus.com, which
seems to be broken. Add download-mirror.sv.gnu.org as a last resort.
---
guix/download.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/download.scm b/guix/download.scm
index 813f51f..dda18ff 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -103,8 +103,8 @@
"http://mirror.csclub.uwaterloo.ca/nongnu/";
"http://nongnu.askapache.com/";
"http://savannah.c3sl.ufpr.br/";
- "http://www.centervenus.com/mirrors/nongnu/";
- "http://download.savannah.gnu.org/releases-noredirect/";)
+ "http://download.savannah.gnu.org/releases-noredirect/";
+ "http://download-mirror.savannah.gnu.org/releases/";)
(sourceforge ; https://sourceforge.net/p/forge/documentation/Mirrors/
"http://downloads.sourceforge.net/project/";
"http://ufpr.dl.sourceforge.net/project/";
- branch master updated (6f5d28f -> 7447aa3), Ludovic Court�s, 2017/03/08
- 03/16: services: prosody: Make sure 'id' is available at expansion time., Ludovic Court�s, 2017/03/08
- 02/16: gnu: Remove unneeded imports., Ludovic Court�s, 2017/03/08
- 04/16: services: prosody: Use 'id' to introduce unhygienic top-level identifiers., Ludovic Court�s, 2017/03/08
- 05/16: build: Unset 'NIX_BUILD_HOOK' when offloading support is missing., Ludovic Court�s, 2017/03/08
- 09/16: gnu: Add guile2.2-reader., Ludovic Court�s, 2017/03/08
- 01/16: guix archive: Allow compilation with Guile 2.2., Ludovic Court�s, 2017/03/08
- 06/16: hash: Close or flush sha256 output ports before calling their 'get' procedure., Ludovic Court�s, 2017/03/08
- 11/16: download: Update the Savannah mirror list.,
Ludovic Court�s <=
- 12/16: ui: Avoid '_' as a pattern variable in 'match'., Ludovic Court�s, 2017/03/08
- 15/16: packages: Use address@hidden syntax when reporting ambiguities., Ludovic Court�s, 2017/03/08
- 13/16: ui: Don't use '%default-port-encoding' to set the encoding of string ports., Ludovic Court�s, 2017/03/08
- 16/16: utils: Make sure to use the right 'bytevector->string'., Ludovic Court�s, 2017/03/08
- 14/16: list-runtime-roots: Bufferize the lsof pipe., Ludovic Court�s, 2017/03/08
- 07/16: tests: Avoid zero-expression 'begin' form., Ludovic Court�s, 2017/03/08
- 08/16: gnu: guile-reader: Update to 0.6.2., Ludovic Court�s, 2017/03/08
- 10/16: gnu: Add guile2.2-haunt., Ludovic Court�s, 2017/03/08