commit: efcdcca673f4162e59acf12a9c507e5331cfdae6 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 18:29:05 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Mon Apr 21 18:29:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=efcdcca6
cnf/repos.conf: Add new auto-sync variable --- cnf/repos.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/cnf/repos.conf b/cnf/repos.conf index 8c657da..1ca98ca 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -5,3 +5,4 @@ main-repo = gentoo location = /usr/portage sync-type = rsync sync-uri = rsync://rsync.gentoo.org/gentoo-portage +auto-sync = yes
