Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15254 - main/branches/2.1.7/cnf
Date: Fri, 29 Jan 2010 18:49:12
Message-Id: E1Navu2-00074A-HG@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-01-29 18:49:10 +0000 (Fri, 29 Jan 2010)
3 New Revision: 15254
4
5 Modified:
6 main/branches/2.1.7/cnf/make.globals
7 Log:
8 Remove ibiblio.org from the default GENTOO_MIRRORS value. Thanks to
9 Jeremy Olexa <darkside@g.o> for this patch. (trunk r15201)
10
11 Modified: main/branches/2.1.7/cnf/make.globals
12 ===================================================================
13 --- main/branches/2.1.7/cnf/make.globals 2010-01-29 18:49:01 UTC (rev 15253)
14 +++ main/branches/2.1.7/cnf/make.globals 2010-01-29 18:49:10 UTC (rev 15254)
15 @@ -21,8 +21,9 @@
16 # Default rsync mirror
17 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
18
19 -# Default distfiles mirrors
20 -GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
21 +# Default distfiles mirrors. This rotation has multiple hosts and is reliable.
22 +# Approved by the mirror-admin team.
23 +GENTOO_MIRRORS="http://distfiles.gentoo.org"
24
25 ACCEPT_LICENSE="* -@EULA"
26 ACCEPT_PROPERTIES="*"