diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-06-05 07:07:52 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-06-12 17:11:50 -0400 |
commit | faa06be51a440fba17d0b8ca93e56ee9e9bc341d (patch) | |
tree | 3a9ac5f5d6cfe77ae28cc583ccdf8bb86e3e7212 /etc | |
parent | layman.8.txt: Adds changes to reflect new features in layman (diff) | |
download | layman-faa06be51a440fba17d0b8ca93e56ee9e9bc341d.tar.gz layman-faa06be51a440fba17d0b8ca93e56ee9e9bc341d.tar.bz2 layman-faa06be51a440fba17d0b8ca93e56ee9e9bc341d.zip |
layman.cfg: Adds repo configuration options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 26 |
1 files changed, 25 insertions, 1 deletions
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 |