[Darwinfiles-cvs] portage/cnf make.conf,1.2,1.3
Status: Alpha
Brought to you by:
jimmacr
From: <ji...@us...> - 2002-08-14 02:59:48
|
Update of /cvsroot/darwinfiles/portage/cnf In directory usw-pr-cvs1:/tmp/cvs-serv3197 Modified Files: make.conf Log Message: Changed configuration to use darwinfiles mirror's Index: make.conf =================================================================== RCS file: /cvsroot/darwinfiles/portage/cnf/make.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** make.conf 11 Aug 2002 02:52:52 -0000 1.2 --- make.conf 14 Aug 2002 02:59:44 -0000 1.3 *************** *** 4,11 **** # Download sites: The main Gentoo Linux source mirror; specify as many # space-separated mirrors as you like. ! GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" # The main Gentoo Linux Portage server; specify a single Portage server. ! #SYNC="rsync://rsync.gentoo.org/gentoo-portage" # If you want/need rsync to use an HTTP proxy to make its connections, set --- 4,13 ---- # Download sites: The main Gentoo Linux source mirror; specify as many # space-separated mirrors as you like. ! GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles http://osdn.dl.sourceforge.net/sourceforge/darwinfiles" # The main Gentoo Linux Portage server; specify a single Portage server. ! SYNC="rsync://rsync.gentoo.org/gentoo-portage" ! #SYNC="cvs://:pserver:ano...@cv...:/cvsroot/darwinfiles/packagetree" ! # Note: when using cvs, you must do a first inital checkout manually # If you want/need rsync to use an HTTP proxy to make its connections, set |