remove obsolete hicolor-icon-theme BuildRequires
[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 # servicesdir = /etc/zypp/services.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 ## Translated package descriptions to download from repos.
125 ##
126 ## A list of locales for which translated package descriptions should
127 ## be downloaded, in case they are availavble and the repo supports this.
128 ## Not all repo formats support downloading specific translations only.
129 ##
130 ## Valid values:  List of locales like 'en', 'en_US'...
131 ## Default value: RequestedLocales
132 ##
133 ## If data for a specific locale are not available, we try to find some
134 ## fallback. Translationss for 'en' are always downloaded.
135 ##
136 # repo.refresh.locales = en, de
137
138 ##
139 ## Maximum number of concurrent connections to use per transfer
140 ##
141 ## Valid values: Integer
142 ## Default value: 5
143 ##
144 ## This setting is only used if more than one is possible
145 ## Setting it to a reasonable number avoids flooding servers
146 ##
147 # download.max_concurrent_connections = 5
148
149 ##
150 ## Sets the minimum download speed (bytes per second)
151 ## until the connection is dropped
152 ## This can be useful to prevent security attacks on hosts by
153 ## providing updates at very low speeds.
154 ##
155 ## 0 means no limit
156 ##
157 # download.min_download_speed = 0
158
159 ## Maximum download speed (bytes per second)
160 ## 0 means no limit
161 # download.max_download_speed = 0
162
163 ## Number of tries per download which will be
164 ## done without user interaction
165 ## 0 means no limit (use with caution)
166 # download.max_silent_tries = 5
167
168 ##
169 ## Whether to consider using a .delta.rpm when downloading a package
170 ##
171 ## Valid values: boolean
172 ## Default value: true
173 ##
174 ## Using a delta rpm will decrease the download size for package updates
175 ## since it does not contain all files of the package but only the binary
176 ## diff of changed ones. Recreating the rpm package on the local machine
177 ## is an expensive operation (memory,CPU). If your network connection is
178 ## not too slow, you benefit from disabling .delta.rpm.
179 ##
180 # download.use_deltarpm = true
181
182 ##
183 ## Whether to consider using a deltarpm even when rpm is local
184 ##
185 ## Valid values: boolean
186 ## Default value: false
187 ##
188 ## This option has no effect unless download.use_deltarpm is set true.
189 ##
190 #  download.use_deltarpm.always = false
191
192 ##
193 ## Hint which media to prefer when installing packages (download vs. CD).
194 ##
195 ## Valid values:        download, volatile
196 ## Default value:       download
197 ##
198 ## Note that this just a hint. First of all the solver will choose the 'best'
199 ## package according to its repos priority, version and architecture. But if
200 ## there is a choice, we will prefer packages from the desired media.
201 ##
202 ## Packages available locally are always preferred. The question is whether
203 ## you prefer packages being downloaded via FTP/HTTP/HTTPS (download), rather
204 ## than being prompted to insert a CD/DVD (volatile), in case they are available
205 ## on both media.
206 ##
207 ##   Name             | Priority | URI
208 ##   openSUSE-11.1      99         dvd:///
209 ##   openSUSE-11.1-Oss  99         http://download.opensuse.org/distribution/11.1/repo/oss
210 ##
211 ## In the above example 2 repositories with similar content are used. Rather
212 ## than raising the priority of one of them to 'prefer' a certain media, you
213 ## should use the same priority for both and set download.media_preference
214 ## instead.
215 ##
216 ## download.media_preference = download
217
218 ##
219 ## Commit download policy to use as default.
220 ##
221 ##  DownloadOnly,       Just download all packages to the local cache.
222 ##                      Do not install. Implies a dry-run.
223 ##
224 ##  DownloadInAdvance,  First download all packages to the local cache.
225 ##                      Then start to install.
226 ##
227 ##  DownloadInHeaps,    Similar to DownloadInAdvance, but try to split
228 ##                      the transaction into heaps, where at the end of
229 ##                      each heap a consistent system state is reached.
230 ##
231 ##  DownloadAsNeeded    Alternating download and install. Packages are
232 ##                      cached just to avid CD/DVD hopping. This is the
233 ##                      traditional behaviour.
234 ##
235 ##  <UNSET>             If a value is not set, empty or unknown, we pick
236 ##                      some sane default.
237 ##
238 ## commit.downloadMode =
239
240 ##
241 ## Defining directory which contains vendor description files.
242 ##
243 ## One file in this directory reflects a group of equivalent vendors. e.G.:
244 ## (filename is "nvidia" but could be any other name):
245 ## ------------------------- file contains begin -----------------------
246 ## [main]
247 ##
248 ## vendors = nvidia,suse,opensuse
249 ##
250 ## ------------------------- file contains end -----------------------
251 ## Libzypp makes an string comparision (like strncmp, case-insensitive)
252 ## whereas the beginning of the strings are compared only.
253 ## e.G. vendor "opensuse11.0" is compatible to "openSuSE".
254 ##
255 ## Valid values: A directory
256 ## Default value: {configdir}/vendors.d
257 ##
258 # vendordir = /etc/zypp/vendors.d
259
260
261 ##
262 ## Whether required packages are installed ONLY
263 ## So recommended packages, language packages and packages which depend
264 ## on hardware (modalias) will not be regarded.
265 ##
266 ## Valid values: boolean
267 ## Default value: false
268 ##
269 # solver.onlyRequires = false
270
271 ##
272 ## EXPERTS ONLY: Per default the solver will not replace packages of
273 ## different vendors, unless you explicitly ask to do so. Setting this
274 ## option to TRUE will disable this vendor check (unless the application
275 ## explicitly re-enables it). Packages will then be considered based on
276 ## repository priority and version only. This may easily damage your system.
277 ##
278 ## CHANGING THE DEFAULT IS NOT RECOMMENDED.
279 ##
280 ## Valid values:  boolean
281 ## Default value: false
282 ##
283 # solver.allowVendorChange = false
284
285 ##
286 ## EXPERTS ONLY: Cleanup when deleting packages. Whether the solver should
287 ## per default try to remove packages exclusively required by the ones he's
288 ## asked to delete.
289 ##
290 ## This option should be used on a case by case basis, enabled via
291 ## command line options or switches the applications offer. Changing
292 ## the global default on a system where unattended actions are performed,
293 ## may easily damage your system.
294 ##
295 ## CHANGING THE DEFAULT IS NOT RECOMMENDED.
296 ##
297 ## Valid values:  boolean
298 ## Default value: false
299 ##
300 # solver.cleandepsOnRemove = false
301
302 ##
303 ## This file contains requirements/conflicts which fulfill the
304 ## needs of a running system.
305 ## For example the system would be broken if not glibc or kernel is
306 ## installed.
307 ## So the user will be informed if these packages will be deleted.
308 ##
309 ## Format: Each line represents one dependency:
310 ##         e.g.
311 ##         requires:kernel
312 ##         requires:glibc
313 ## Default value: {configdir}/systemCheck
314 ##
315 # solver.checkSystemFile = /etc/zypp/systemCheck
316
317 ##
318 ## When committing a dist upgrade (e.g. 'zypper dup') a solver testcase
319 ## is written to /var/log/updateTestcase-<date>. It is needed in bugreports.
320 ## This optin returns the number of testcases to keep on the system. Old
321 ## cases will be deleted, as new ones are created.
322 ##
323 ## Use 0 to write no testcase at all, or -1 to keep all testcases.
324 ##
325 ## Valid values:        Integer
326 ## Default value:       2
327 ##
328 # solver.upgradeTestcasesToKeep = 2
329
330 ##
331 ## Whether dist upgrade should remove a products dropped packages.
332 ##
333 ## A new product may suggest a list of old and no longer supported
334 ## packages (dropped packages). Performing a dist upgrade the solver
335 ## may try to delete them, even if they do not cause any dependency
336 ## problem.
337 ##
338 ## Turning this option off, the solver will not try to remove those
339 ## packages unless they actually do cause dependency trouble. You may
340 ## do the cleanup manually, or simply leave them installed as long
341 ## as you don't need the disk space.
342 ##
343 ## Valid values:        Boolean
344 ## Default value:       true
345 ##
346 # solver.upgradeRemoveDroppedPackages = true
347
348 ##
349 ## Packages which can be installed in different versions at the same time.
350 ##
351 ## Packages are selected either by name, or by provides. In the later case
352 ## the string must start with "provides:" immediately followed by the capability.
353 ##
354 ## Example:
355 ##      kernel                          - just packages whith name 'kernel'
356 ##      provides:multiversion(kernel)   - all packages providing 'multiversion(kernel)'
357 ##                                        (kenel and kmp packages should do this)
358 ## Valid values:
359 ##      Comma separated list of packages.
360 ##
361 ## Default value:
362 ##      empty
363 ##
364 # multiversion = provides:multiversion(kernel)
365
366 ##
367 ## Defining directory which may contain additional multiversion definitions.
368 ##
369 ## If the directory exists, each file in this directory is scanned, expecting
370 ## one valid multiversion list entry per line. Empty lines and lines starting
371 ## with '#' are ignored.
372 ## ------------------------- [/etc/zypp/multiversion.d/example file begin] -----------------------
373 ## # An alternate way to enable kernel packages being
374 ## # installed in parallel:
375 ##
376 ## provides:multiversion(kernel)
377 ## ------------------------- [/etc/zypp/multiversion.d/example file end] -----------------------
378 ##
379 ## Valid values: A directory
380 ## Default value: {configdir}/multiversion.d
381 ##
382 # multiversiondir = /etc/zypp/multiversion.d
383
384 ## Comma separated list of kernel packages to keep installed in parallel, if the
385 ## above multiversion variable is set. Packages can be specified as
386 ## 2.6.32.12-0.7 - Exact version to keep
387 ## latest        - Keep kernel with the highest version number
388 ## latest-N      - Keep kernel with the Nth highest version number
389 ## running       - Keep the running kernel
390 ## oldest        - Keep kernel with the lowest version number (the GA kernel)
391 ## oldest+N      - Keep kernel with the Nth lowest version number
392 ##
393 ## Default: Do not delete any kernels if multiversion = provides:multiversion(kernel) is set
394 # multiversion.kernels = latest,running
395
396 ##
397 ## Path to locks file. If not exist then is create.
398 ## In this file is saved also UI locks.
399 ##
400 ## valid value: path to file or place where file can be created
401 ## default value: {configdir}/locks
402 ##
403 # locksfile.path = /etc/zypp/locks
404
405 ##
406 ## Whetever to apply locks in locks file after zypp start.
407 ##
408 ## Valid values: boolean
409 ## Default value: true
410 ##
411 # locksfile.apply = true
412
413 ##
414 ## Where update items are stored
415 ## (example: scripts, messages)
416 ##
417 ## Valid values: path to directory
418 ## Default value: /var/adm
419 ##
420 # update.datadir = /var/adm
421
422 ##
423 ## Where update messages are stored
424 ##
425 ## Valid values: path to directory
426 ## Default value: {update.datadir}/update-messages
427 ##
428 # update.messagesdir = /var/adm/update-messages
429
430 ##
431 ## Where update scripts are stored
432 ##
433 ## Valid values: path to directory
434 ## Default value: {update.datadir}/update-scripts
435 ##
436 # update.scriptsdir = /var/adm/update-scripts
437
438 ##
439 ## Command to be invoked to send update messages.
440 ##
441 ## Packages may leave an update message file in {update.messagesdir}.
442 ## At the end of each commit, zypp collects those messages and may send
443 ## a notification to the user.
444 ##
445 ## zypp will prepare the update messages according to the selected
446 ## content format and pipe the content to the command.
447 ##
448 ## Format:
449 ##     single - For each update message invoke the command and send
450 ##              the message.
451 ##     none   - For each update message invoke the command but don't
452 ##              use a pipe to send any data. You probably want to pass
453 ##              the message file on the commandline using %P (see
454 ##              Substitutions).
455 ##     digest - Single invocation of the command, sending the path
456 ##              names of all update message. One per line.
457 ##     bulk   - Single invocation of the command, sending the
458 ##              concatenated content of all update messages, separated
459 ##              by Ctrl-L.
460 ##
461 ## Substitutions:
462 ##     %p     - package identification (name-version-release.arch)
463 ##     %P     - full path to the update message file
464 ##
465 ## Valid values: The value is specified as "format | command".
466 ##               An empty value will turn off any notification.
467 ##
468 ## Examples:     single | mail -s 'Update message from %p' root
469 ##               none   | my-send-script -f %P
470 ##
471 ## Default value: single | /usr/lib/zypp/notify-message -p %p
472 ##
473 # update.messages.notify = single | /usr/lib/zypp/notify-message -p %p
474
475 ##
476 ## Options for package installation: excludedocs
477 ##
478 ## Don't install any files which are marked as documentation.
479 ##
480 ## Valid values:  boolean
481 ## Default value: no
482 ##
483 # rpm.install.excludedocs = no
484
485 ##
486 ## Location of history log file.
487 ##
488 ## The history log is described at
489 ## http://en.opensuse.org/Libzypp/Package_History
490 ##
491 ## Valid values: absolute path to a file
492 ## Default value: /var/log/zypp/history
493 ##
494 # history.logfile = /var/log/zypp/history
495
496 ##
497 ## Global credentials directory path.
498 ##
499 ## If a URL contains ?credentials=<filename> parameter, the credentials will
500 ## be stored and looked for in a file named <filename> in this directory.
501 ##
502 ## Valid values: absolute path to a directory
503 ## Default value: /etc/zypp/credentials.d
504 ##
505 # credentials.global.dir = /etc/zypp/credentials.d
506
507 ##
508 ## Global credentials catalog file path.
509 ##
510 ## This file contains a catalog of all known user credentials which were
511 ## not stored via the ?credentials=<filename> URL parameter, i.e. passed
512 ## in URL as username:password component, or entered by user in
513 ## an authentication dialog.
514 ##
515 ## Valid values: absolute path to a file
516 ## Default value: /etc/zypp/credentials.cat
517 ##
518 # credentials.global.file = /etc/zypp/credentials.cat