diff options
author | 2014-08-08 15:44:51 -0400 | |
---|---|---|
committer | 2014-08-15 18:25:41 -0400 | |
commit | 6869ccd81a45fc99bd6c60f5550e9a14530a65ef (patch) | |
tree | b93af987e76fdf8df6556676c8d1cbf23af70431 /etc | |
parent | Merge pull request #23 from twitch153/modular-config (diff) | |
download | layman-6869ccd81a45fc99bd6c60f5550e9a14530a65ef.tar.gz layman-6869ccd81a45fc99bd6c60f5550e9a14530a65ef.tar.bz2 layman-6869ccd81a45fc99bd6c60f5550e9a14530a65ef.zip |
Reflects current changes to layman
version.py: Updates version to 2.2.0-git.
CHANGES: Lists changes made for newest release.
layman.8.txt: Updates man pages.
layman.cfg: Adds new config options for newest release.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg index 6b94c68..efd990c 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -15,6 +15,11 @@ cache : %(storage)s/cache installed: %(storage)s/installed.xml +#----------------------------------------------------------- +# Prompt the user if they are installing unofficial overlays + +check_official : Yes + # This has been renamed from the following # old name : value use it for updating to new one above # local_list: %(storage)s/overlays.xml @@ -45,6 +50,14 @@ make_conf : %(storage)s/make.conf repos_conf : /etc/portage/repos.conf/layman.conf #----------------------------------------------------------- +# Defines whether or not auto_sync will be set to "yes" or +# "no" in your repos.conf config. Ultimately deciding whether +# or not the portage sync plug-in will automatically sync your +# layman overlays. + +auto_sync : No + +#----------------------------------------------------------- # Repository config types used by layman # (repos.conf, make.conf) |