diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-01-18 22:06:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-01-18 22:06:03 +0000 |
commit | 372abcab3176f5c44aed126bddc3180f348b1889 (patch) | |
tree | 28819e844bed97ad5306691c705d63ea9d89753c /cnf | |
parent | Make sure repoman knows about all files in the directory to commit using bzr.... (diff) | |
download | portage-idfetch-372abcab3176f5c44aed126bddc3180f348b1889.tar.gz portage-idfetch-372abcab3176f5c44aed126bddc3180f348b1889.tar.bz2 portage-idfetch-372abcab3176f5c44aed126bddc3180f348b1889.zip |
Remove ibiblio.org from the default GENTOO_MIRRORS value. Thanks to
Jeremy Olexa <darkside@g.o> for this patch.
svn path=/main/trunk/; revision=15201
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 14ebf4fd..76b48fbf 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -21,8 +21,9 @@ LDFLAGS="" # Default rsync mirror SYNC="rsync://rsync.gentoo.org/gentoo-portage" -# Default distfiles mirrors -GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" +# Default distfiles mirrors. This rotation has multiple hosts and is reliable. +# Approved by the mirror-admin team. +GENTOO_MIRRORS="http://distfiles.gentoo.org" ACCEPT_LICENSE="* -@EULA" ACCEPT_PROPERTIES="*" |