]> git.pld-linux.org Git - projects/cleanbuild.git/blob - poldekconf/poldek.conf
Configure php hooks
[projects/cleanbuild.git] / poldekconf / poldek.conf
1
2 # local sources
3 %include source.conf
4
5 # PLD sources
6 %includedir repos.d
7
8 [global]
9
10
11 # This parameter allows to configure the default repository index type.
12 #default index type = pndir
13
14 # Cache directory for downloaded files. NOTE that parent directory of cachedir
15 # must exist.
16 cachedir = $HOME/PLD/poldekcache
17
18 auto zlib in rpm = no
19
20 autoupa = yes
21
22 # Full path name to a PM (rpm for now) binary.
23 #pm command = /bin/rpm
24
25 # Proxies for internal FTP and HTTP client may be configured in usual
26 # way, by environment variables ftp_proxy and http_proxy, or by this option.
27 # Its syntax is similar to "default fetcher" one:
28 # proxy = PROTOCOL[,PROTOCOL...]:PROXY_URL
29 # Example:
30 # proxy = http: http://w3cache.foo.org:8080
31 #proxy = 
32
33 # Comma separated list of hosts or domains which will not be accessed via proxy.
34 # Option overrides no_proxy environment variable.
35 # Example:
36 # noproxy = localhost, .pl, ftp.foo.bar.org
37 #noproxy = 
38
39 # Internal HTTP and FTP client is stubborn, it retries to retrive
40 # file if connection breaks. This option tells it how many times
41 # it should try.
42 vfile retries = 4
43
44
45 ### Installation options
46
47 # Install packages in small groups instead of doing all-or-nothing
48 # installations.
49 particle install = no
50
51 # Do not remove downloaded packages after its successful installation.
52 keep downloads = yes
53
54 # Controls visibility of multiple package instances with different EVR.
55 # If on, only one, highest version will be visible.
56 unique package names = yes
57
58 # Epoch autopromotion during dependency comparision. RPM specific.
59 # Set it up if you are using system with rpm prior to 4.2.1 version.
60 #promoteepoch = no
61
62 # Confirm packages installation.
63 #confirm installation = no
64
65 # Confirm packages removal.
66 #confirm removal = yes
67
68 # Let the user select package among equivalents.
69 choose equivalents manually = yes
70
71 # Prevent package listed from being upgraded if they are already installed.
72 # hold = kernel* foo*.i686 th-test:* *-smp-* th-ready:bar*.x86_64
73 hold = kernel*
74
75 # Ignore package list - packages fits given mask will be invisible.
76 # Masks are same as above.
77 # ignore = *-smp-* foo*
78 ignore = vserver-packages
79 #ignore = 
80
81 # Conflicts with already installed packages are treated as resolved
82 # if at least one of multiple-installed package satisfies conflict.
83 # rpm doesn't support such cases, so --pm-nodeps is needed (use with
84 # care).
85 #allow duplicates = yes
86
87
88 ### Dependency processing settings
89 # Subtle dependency processing options, they should not be changed
90 # unless you know what you are doing
91
92 # RPM 4.4.6 introduces auto dependencies based on package directories.
93 # Option controls this feature.
94 #auto directory dependencies = auto
95
96 # Automatically install packages required by installed ones.
97 #follow = yes
98
99 # Greedy upgrades, i.e. upgrade packages which dependencies are broken
100 # by being uninstalled ones.
101 #greedy = yes
102
103 # Be yet more greedy; if successor of orphaned package found, and this
104 # successor drags no packages then upgrade the package instead of process
105 # its dependencies. Option value is implied by 'greedy' one by defalut.
106 #aggressive greedy = yes
107
108 # Be tolerant for unmatched versioned dependencies which rpm tolerates, e.g.
109 # package A requires capability foo >= 1.0 while package B provides "foo"
110 # without any version. Use with care, it may cause weird dependency errors.
111 #mercy = no
112
113 # Taking into account package Suggests.
114 suggests = no
115
116 # Taking into account package Obsoletes.
117 #obsoletes = yes
118
119 # Taking into account package Conflicts.
120 #conflicts = yes
121
122 # We don't want to mess in directories binded from host system
123 rpmdef = _netsharedpath          /dev:/proc:/sys
This page took 0.043644 seconds and 3 git commands to generate.