pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Reorder MASTER_SITES_GNU:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58bcd816818d
branches:  trunk
changeset: 375656:58bcd816818d
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Feb 18 19:31:56 2018 +0000

description:
Reorder MASTER_SITES_GNU:

- Put the main mirror at the lowest priority. it seems to be struggling.
- Add two mirrors that seem decent at the highest priority.

diffstat:

 mk/fetch/sites.mk |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r e5a973550acc -r 58bcd816818d mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Sun Feb 18 19:03:30 2018 +0000
+++ b/mk/fetch/sites.mk Sun Feb 18 19:31:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.156 2017/12/03 11:01:19 wiz Exp $
+# $NetBSD: sites.mk,v 1.157 2018/02/18 19:31:56 maya Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -13,12 +13,14 @@
        ftp://ftp.x.org/contrib/
 
 MASTER_SITE_GNU+=       \
-       http://ftp.gnu.org/pub/gnu/ \
-       ftp://ftp.gnu.org/pub/gnu/ \
+       https://mirrors.dotsrc.org/gnu/ \
+       https://ftp.nluug.nl/pub/gnu/ \
+       ftp://ftp.lip6.fr/pub/gnu/ \
+       http://mirrors.kernel.org/gnu/ \
        ftp://ftp.funet.fi/pub/gnu/prep/ \
-       http://mirrors.kernel.org/gnu/ \
-       ftp://ftp.lip6.fr/pub/gnu/ \
-       http://gd.tuwien.ac.at/gnu/gnusrc/
+       http://gd.tuwien.ac.at/gnu/gnusrc/ \
+       http://ftp.gnu.org/pub/gnu/ \
+       ftp://ftp.gnu.org/pub/gnu/
 
 MASTER_SITE_GITHUB+=    \
        https://github.com/



Home | Main Index | Thread Index | Old Index