diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-06 20:15:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-06 20:15:19 +0000 |
commit | f229c4d742078bc5cc54d8dcf0a82fcddf8be9ed (patch) | |
tree | 173bf66835b89b78052a6e69554d2a4883649788 /mk | |
parent | 7e0fa79af4f2f8a84d5275234637cffdeee3d421 (diff) | |
download | pkgsrc-f229c4d742078bc5cc54d8dcf0a82fcddf8be9ed.tar.gz |
Changes to MASTER_SITE_BACKUP:
1) Reduce preference of the primary master site:
ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/
It seems to have stopped mirroring distfiles back in 2012 and we have
been falling back to ftp.n.o anyway for years.
2) Remove the the FreeBSD backup master site as per instructions in
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt
Unfortunately the new distcache service is not usable as it relies
heavily on subdirectories.
We need to either contact Funet and ask them to start mirroring again or
get a different fast backup site in Europe.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/fetch/sites.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 38354481af1..ef15f861cb4 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.120 2015/03/06 18:01:28 tnn Exp $ +# $NetBSD: sites.mk,v 1.121 2015/03/06 20:15:19 tnn Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -327,7 +327,6 @@ MASTER_SITE_HASKELL_HACKAGE+= \ # The primary backup site. MASTER_SITE_BACKUP?= \ - ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \ ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ http://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/ + ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ |