commit: faa06be51a440fba17d0b8ca93e56ee9e9bc341d Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Thu Jun 5 11:07:52 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Thu Jun 12 21:11:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=faa06be5
layman.cfg: Adds repo configuration options --- etc/layman.cfg | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/etc/layman.cfg b/etc/layman.cfg index 72f7e2f..6b94c68 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -22,6 +22,16 @@ installed: %(storage)s/installed.xml # or edit the value above to the current name of your # installed overlay(s) file. +##### NEW ##### Repo Config Options ##### +#----------------------------------------------------------- +# Defines whether or not a repos.conf or make.conf file is +# required for the repository control group. Set to No for +# non-package manager involved repository control. For normal +# portage overlay use and function, this needs to be set to +# Yes. If yes, it requires at least one conf_type to be set. + +require_repoconfig : Yes + #----------------------------------------------------------- # Path to the make.conf file that should be modified by # layman @@ -29,6 +39,20 @@ installed: %(storage)s/installed.xml make_conf : %(storage)s/make.conf #----------------------------------------------------------- +# Path to the repos.conf file that should be modified by +# layman + +repos_conf : /etc/portage/repos.conf/layman.conf + +#----------------------------------------------------------- +# Repository config types used by layman +# (repos.conf, make.conf) + +conf_type : make.conf + +#----------------------------------------------------------- + +#----------------------------------------------------------- # URLs of the remote lists of overlays (one per line) or # local overlay definitions # @@ -37,7 +61,7 @@ make_conf : %(storage)s/make.conf # http://mydomain.org/my-layman-list.xml # file:///var/lib/layman/my-list.xml # -##### NEW ##### GPG signed lists ##### +#### GPG signed lists #### COMING SOON TO A DOWNLOAD SITE NEAR YOU ##### # # gpg_signed_lists : # These can be clearsigned or signed (compressed) overlay lists