vendor docu again
[platform/upstream/libzypp.git] / zypp.conf
1 ## Configuration file for software management
2 ## /etc/zypp/zypp.conf
3 ##
4 ## Boolean values are 0 1 yes no on off true false
5
6
7 [main]
8
9
10 ##
11 ## Override the detected architecture
12 ##
13 ## Valid values:  i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x, ..
14 ## Default value: Autodetected
15 ##
16 ## ** CAUTION: Only set if you know what you're doing !
17 ## ** Changing this needs a full refresh (incl. download)
18 ## ** of all repository data.
19 ##
20 # arch = s390
21
22
23 ##
24 ## Path where the caches are kept.
25 ##
26 ## Valid values: A directory
27 ## Default value: /var/cache/zypp
28 ##
29 # cachedir = /var/cache/zypp
30
31
32 ##
33 ## Path where the repo metadata is downloaded and kept.
34 ##
35 ## Valid values: A directory
36 ## Default value: {cachedir}/raw
37 ##
38 ## Changing this needs a full refresh (incl. download) of all repository data
39 ##
40 # metadatadir = /var/cache/zypp/raw
41
42
43 ##
44 ## Path where the repo solv files are created and kept.
45 ##
46 ## Valid values: A directory
47 ## Default value: {cachedir}/solv
48 ##
49 # solvfilesdir = /var/cache/zypp/solv
50
51
52 ##
53 ## Path where the repo packages are downloaded and kept.
54 ##
55 ## Valid values: A directory
56 ## Default value: {cachedir}/packages
57 ##
58 # packagesdir = /var/cache/zypp/packages
59
60
61 ##
62 ## Path where the configuration files are kept.
63 ##
64 ## Valid values: A directory
65 ## Default value: /etc/zypp
66 ##
67 # configdir = /etc/zypp
68
69 ##
70 ## Path where the known repositories .repo files are kept
71 ##
72 ## Valid values: A directory
73 ## Default value: {configdir}/repos.d
74 ##
75 ## Changing this invalidates all known repositories
76 ##
77 # reposdir = /etc/zypp/repos.d
78
79 ##
80 ## Path where the known services .service files are kept
81 ##
82 ## Valid values: A directory
83 ## Default value: {configdir}/services.d
84 ##
85 ## Changing this invalidates all known services
86 ##
87 # reposdir = /etc/zypp/service.d
88
89
90 ##
91 ## Whether repository urls should be probed when added
92 ##
93 ## Valid values: boolean
94 ## Default value: false
95 ##
96 ## If true, accessability of repositories is checked immediately (when added)
97 ##   (e.g. 'zypper ar' will check immediately)
98 ## If false, accessability of repositories is checked when refreshed
99 ##   (e.g. 'zypper ar' will delay the check until the next refresh)
100 ##
101 # repo.add.probe = false
102
103
104 ##
105 ## Amount of time in minutes that must pass before another refresh.
106 ##
107 ## Valid values: Integer
108 ## Default value: 10
109 ##
110 ## If you have autorefresh enabled for a repository, it is checked for
111 ## up-to-date metadata not more often than every <repo.refresh.delay>
112 ## minutes. If an automatic request for refresh comes before <repo.refresh.delay>
113 ## minutes passed since the last check, the request is ignored.
114 ##
115 ## A value of 0 means the repository will always be checked. To get the oposite
116 ## effect, disable autorefresh for your repositories.
117 ##
118 ## This option has no effect for repositories with autorefresh disabled, nor for
119 ## user-requested refresh.
120 ##
121 # repo.refresh.delay = 10
122
123
124 ##
125 ## Whether to consider using a .patch.rpm when downloading a package
126 ##
127 ## Valid values: boolean
128 ## Default value: true
129 ##
130 ## Using a patch rpm will decrease the download size for package updates
131 ## since it does not contain all files of the package but only the changed
132 ## ones. The .patch.rpm is ready to be installed immediately after download.
133 ## There is no further processing needed, as it is for a .delta.rpm.
134 ##
135 # download.use_patchrpm = true
136
137
138 ##
139 ## Whether to consider using a .delta.rpm when downloading a package
140 ##
141 ## Valid values: boolean
142 ## Default value: true
143 ##
144 ## Using a delta rpm will decrease the download size for package updates
145 ## since it does not contain all files of the package but only the binary
146 ## diff of changed ones. Recreating the rpm package on the local machine
147 ## is an expensive operation (memory,CPU). If your network connection is
148 ## not too slow, you benefit from disabling .delta.rpm.
149 ##
150 # download.use_deltarpm = true
151
152
153 ##
154 ## Defining directory which contains vendor description files.
155 ##
156 ## One file in this directory reflects a group of equivalent vendors. e.G.:
157 ## (filename is "nvidia" but could be any other name):
158 ## ------------------------- file contains begin -----------------------
159 ## [main]
160 ##
161 ## vendors = nvidia,suse,opensuse
162 ##
163 ## ------------------------- file contains end -----------------------
164 ## Libzypp makes an string comparision (like strncmp, case-insensitive) 
165 ## whereas the beginning of the strings are compared only. 
166 ## e.G. vendor "opensuse11.0" is compatible to "openSuSE".
167 ##
168 ## Valid values: A directory
169 ## Default value: {configdir}/vendors.d
170 ##
171 # vendordir = /etc/zypp/vendors.d
172
173
174 ##
175 ## Path where additional product information, .prod files are kept
176 ##
177 ## Valid values: A directory
178 ## Default value: {configdir}/products.d
179 ##
180 ## Changing this is not recommended, as the directory might
181 ## be populated by packages dropping files to /etc/zypp/products.d.
182 ##
183 # productsdir = /etc/zypp/products.d
184
185
186 ##
187 ## Whether required packages are installed ONLY
188 ## So recommended packages, language packages and packages which depend
189 ## on hardware (modalias) will not be regarded.
190 ##
191 ## Valid values: boolean
192 ## Default value: false
193 ##
194 # solver.onlyRequires = false
195
196 ##
197 ## Path to locks file. If not exist then is create.
198 ## In this file is saved also UI locks.
199 ##
200 ## valid value: path to file or place where file can be created
201 ## default value: {configdir}/locks
202 ##
203 # locksfile.path = /etc/zypp/locks
204
205 ##
206 ## Whetever to apply locks in locks file after zypp start.
207 ##
208 ## Valid values: boolean
209 ## Default value: true
210 ##
211 # locksfile.apply = true
212
213 ##
214 ## Where update items are stored
215 ## (example: scripts, messages)
216 ##
217 ## Valid values: path to directory
218 ## Default value: /var/adm
219 ##
220 # update.datadir = /var/adm
221
222 ##
223 ## Where update messages are stored
224 ##
225 ## Valid values: path to directory
226 ## Default value: {update.datadir}/update-messages
227 ##
228 # update.messagesdir = /var/adm/update-messages
229
230 ##
231 ## Where update scripts are stored
232 ##
233 ## Valid values: path to directory
234 ## Default value: {update.datadir}/update-scripts
235 ##
236 # update.scriptsdir = /var/adm/update-scripts
237
238