diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-12-12 21:32:58 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-12-12 21:32:58 +0000 |
commit | 1f5b4e00074a31242b98a47825561f2675a96c7f (patch) | |
tree | 3ab3140f8d041905464304a9c4ec369b4357370e | |
parent | e82dc17bba96253e191ad25e3be46d15f8008325 (diff) |
Temporarely remove archives.fedoraproject.org completely, it's slows down
every fetch of fedore packages.
Notes
Notes:
svn path=/head/; revision=245634
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4e80fecb7688..73f52a958191 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -247,10 +247,12 @@ MASTER_SITE_EXIM+= \ .endif .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) +# put me back first when I'm working again +# http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \ +# and move ftp.udl.es back to the place it was in 1.484 MASTER_SITE_FEDORA_LINUX+= \ http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ - http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \ http://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ ftp://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ http://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ @@ -328,8 +330,6 @@ MASTER_SITE_FEDORA_LINUX+= \ http://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core/%SUBDIR%/ \ - http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ - ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ |