diff options
author | maya <maya@pkgsrc.org> | 2018-02-18 19:31:56 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-02-18 19:31:56 +0000 |
commit | fedfdfa36aa692699b077591541de03afc65739a (patch) | |
tree | d59dc11a292c7eb760586fd4867d9e9e90e8ef51 /mk | |
parent | d109d94a3db3a2ce161ee8ebbc9b3d7a23884245 (diff) | |
download | pkgsrc-fedfdfa36aa692699b077591541de03afc65739a.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/fetch/sites.mk | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 0df750cee42..059db54743b 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -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 @@ MASTER_SITE_XCONTRIB+= \ ftp://ftp.x.org/contrib/ MASTER_SITE_GNU+= \ - http://ftp.gnu.org/pub/gnu/ \ - ftp://ftp.gnu.org/pub/gnu/ \ - ftp://ftp.funet.fi/pub/gnu/prep/ \ - http://mirrors.kernel.org/gnu/ \ + https://mirrors.dotsrc.org/gnu/ \ + https://ftp.nluug.nl/pub/gnu/ \ ftp://ftp.lip6.fr/pub/gnu/ \ - http://gd.tuwien.ac.at/gnu/gnusrc/ + http://mirrors.kernel.org/gnu/ \ + ftp://ftp.funet.fi/pub/gnu/prep/ \ + 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/ |