zax - customs
[anomen-kernel-config.git] / zax / customs / etc / layman / layman.cfg
bloba226b77f2e980192c507eb0277ba9c6d2fe5a18b
1 [MAIN]
3 #-----------------------------------------------------------
4 # Defines the directory where overlays should be installed
6 storage   : /var/lib/layman
8 #-----------------------------------------------------------
9 # Remote overlay lists will be stored here
10 # layman will append _md5(url).xml to each filename
12 cache     : %(storage)s/cache
14 #-----------------------------------------------------------
15 # The list of locally installed overlays
17 local_list: %(storage)s/overlays.xml
19 #-----------------------------------------------------------
20 # Path to the make.conf file that should be modified by 
21 # layman
23 make_conf : %(storage)s/make.conf
25 #-----------------------------------------------------------
26 # URLs of the remote lists of overlays (one per line) or 
27 # local overlay definitions
29 #overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
30 #            http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
31 #            http://mydomain.org/my-layman-list.xml
32 #            file:///var/lib/layman/my-list.xml
34 overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
35             http://repo.or.cz/w/anomen-overlay.git/blob_plain/HEAD:/layman.xml
36             file:///etc/layman/local.xml
37 #-----------------------------------------------------------
38 # Proxy support
39 # If unset, layman will use the http_proxy environment variable.
41 #proxy  : http://[user:pass@]www.my-proxy.org:3128
43 #-----------------------------------------------------------
44 # Strict checking of overlay definitions
46 # The nocheck option is a bit confusing, for historical reasons.
47 # Hopefully this description eases the double negation trouble:
49 # nocheck : yes
50 # - Accepts completene overlay entries without warnings
51 # - Lists overlays of type foo (say Git) even with no foo installed
53 # nocheck : no
54 # - Checks overlay entries for missing description or contact
55 #     information and issue warnings as needed
56 # - Hides overlays of type foo (say Git) if foo not not installed
58 nocheck  : yes
60 #-----------------------------------------------------------
61 # Umask settings
63 # layman should usually work with a umask of 0022. You should
64 # only change this setting if you are absolutely certain that
65 # you know what you are doing.
67 #umask  : 0022
69 #-----------------------------------------------------------
70 # Command overrides
72 # You can have commands point to either a binary at a different
73 # location, e.g.
75 #   /home/you/local/bin/git
77 # or just the command, e.g.
79 #   git
81 # to use PATH-based resolution of the binary to call.
83 #bzr_command        : /usr/bin/bzr
84 #cvs_command        : /usr/bin/cvs
85 #darcs_command      : /usr/bin/darcs
86 #git_command        : /usr/bin/git
87 #mercurial_command  : /usr/bin/hg
88 #rsync_command      : /usr/bin/rsync
89 #svn_command        : /usr/bin/svn
90 #tar_command        : /bin/tar