initial commit
[ebuildfind.git] / commands / mylayman.cfg
blobd0ddbfab250b6fd70c61330a9eb2196b78ba27f0
1 [MAIN]
3 #-----------------------------------------------------------
4 # Defines the directory where overlays should be installed
6 storage   : /home/timemachine/www/ebuildfnd/ebuildfind/commands/var/
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: /home/timemachine/www/ebuildfnd/ebuildfind/commands/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/layman-global.txt
30 #            http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
31 #            http://mydomain.org/my-layman-list.xml
32 #            file:///usr/portage/local/layman/my-list.xml
34 overlays  : file:///home/timemachine/www/ebuildfnd/ebuildfind/commands/overlays.txt
36 #-----------------------------------------------------------
37 # Proxy support
39 #proxy  : http://[user:pass@]www.my-proxy.org:3128
41 #-----------------------------------------------------------
42 # Strict checking of overlay definitions
44 # Set either to "yes" or "no". If "no" layman will issue
45 # warnings if an overlay definition is missing either 
46 # description or contact information.
48 nocheck  : yes
50 #-----------------------------------------------------------
51 # Umask settings
53 # layman should usually work with a umask of 0022. You should
54 # only change this setting if you are absolutely certain that
55 # you know what you are doing.
57 #umask  : 0022