commit: e6b711bd8c55408b0885ba8f4589081b0c4d1e2e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Nov 1 19:37:28 2014 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Nov 1 19:37:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e6b711bd
repos.conf: use pool by default --- cnf/repos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/repos.conf b/cnf/repos.conf index 2262e47..18c611a 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -4,4 +4,4 @@ main-repo = gentoo_prefix [gentoo_prefix] location = @PORTAGE_EPREFIX@/usr/portage sync-type = rsync -sync-uri = rsync://prefix.gentooexperimental.org/gentoo-portage-prefix +sync-uri = rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix
