1 ## Configuration file for software management
4 ## Boolean values are 0 1 yes no on off true false
11 ## Override the detected architecture
13 ## Valid values: i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x, ..
14 ## Default value: Autodetected
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.
24 ## Path where the caches are kept.
26 ## Valid values: A directory
27 ## Default value: /var/cache/zypp
29 # cachedir = /var/cache/zypp
33 ## Path where the repo metadata is downloaded and kept.
35 ## Valid values: A directory
36 ## Default value: {cachedir}/raw
38 ## Changing this needs a full refresh (incl. download) of all repository data
40 # metadatadir = /var/cache/zypp/raw
44 ## Path where the repo solv files are created and kept.
46 ## Valid values: A directory
47 ## Default value: {cachedir}/solv
49 # solvfilesdir = /var/cache/zypp/solv
53 ## Path where the repo packages are downloaded and kept.
55 ## Valid values: A directory
56 ## Default value: {cachedir}/packages
58 # packagesdir = /var/cache/zypp/packages
62 ## Path where the configuration files are kept.
64 ## Valid values: A directory
65 ## Default value: /etc/zypp
67 # configdir = /etc/zypp
70 ## Path where the known repositories .repo files are kept
72 ## Valid values: A directory
73 ## Default value: {configdir}/repos.d
75 ## Changing this invalidates all known repositories
77 # reposdir = /etc/zypp/repos.d
80 ## Path where the known services .service files are kept
82 ## Valid values: A directory
83 ## Default value: {configdir}/services.d
85 ## Changing this invalidates all known services
87 # servicesdir = /etc/zypp/services.d
91 ## Whether repository urls should be probed when added
93 ## Valid values: boolean
94 ## Default value: false
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)
101 # repo.add.probe = false
105 ## Amount of time in minutes that must pass before another refresh.
107 ## Valid values: Integer
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.
115 ## A value of 0 means the repository will always be checked. To get the oposite
116 ## effect, disable autorefresh for your repositories.
118 ## This option has no effect for repositories with autorefresh disabled, nor for
119 ## user-requested refresh.
121 # repo.refresh.delay = 10
124 ## Maximum number of concurrent connections to use per transfer
125 ## This setting is only used if more than one is possible
126 ## Setting it to a reasonable number avoids flooding servers
128 # download.max_concurrent_connections = 2
131 ## Sets the minimum download speed (bytes per second)
132 ## until the connection is dropped
133 ## This can be useful to prevent security attacks on hosts by
134 ## providing updates at very low speeds.
138 # download.min_download_speed = 0
140 ## Maximum download speed (bytes per second)
142 # download.max_download_speed = 0
144 ## Number of tries per download which will be
145 ## done without user interaction
146 ## 0 means no limit (use with caution)
147 # download.max_silent_tries = 5
150 ## Whether to consider using a .delta.rpm when downloading a package
152 ## Valid values: boolean
153 ## Default value: true
155 ## Using a delta rpm will decrease the download size for package updates
156 ## since it does not contain all files of the package but only the binary
157 ## diff of changed ones. Recreating the rpm package on the local machine
158 ## is an expensive operation (memory,CPU). If your network connection is
159 ## not too slow, you benefit from disabling .delta.rpm.
161 # download.use_deltarpm = true
164 ## Whether to consider using a deltarpm even when rpm is local
166 ## Valid values: boolean
167 ## Default value: false
169 ## This option has no effect unless download.use_deltarpm is set true.
171 # download.use_deltarpm.always = false
174 ## Hint which media to prefer when installing packages (download vs. CD).
176 ## Valid values: download, volatile
177 ## Default value: download
179 ## Note that this just a hint. First of all the solver will choose the 'best'
180 ## package according to its repos priority, version and architecture. But if
181 ## there is a choice, we will prefer packages from the desired media.
183 ## Packages available locally are always preferred. The question is whether
184 ## you prefer packages being downloaded via FTP/HTTP/HTTPS (download), rather
185 ## than being prompted to insert a CD/DVD (volatile), in case they are available
188 ## Name | Priority | URI
189 ## openSUSE-11.1 99 dvd:///
190 ## openSUSE-11.1-Oss 99 http://download.opensuse.org/distribution/11.1/repo/oss
192 ## In the above example 2 repositories with similar content are used. Rather
193 ## than raising the priority of one of them to 'prefer' a certain media, you
194 ## should use the same priority for both and set download.media_preference
197 ## download.media_preference = download
200 ## Defining directory which contains vendor description files.
202 ## One file in this directory reflects a group of equivalent vendors. e.G.:
203 ## (filename is "nvidia" but could be any other name):
204 ## ------------------------- file contains begin -----------------------
207 ## vendors = nvidia,suse,opensuse
209 ## ------------------------- file contains end -----------------------
210 ## Libzypp makes an string comparision (like strncmp, case-insensitive)
211 ## whereas the beginning of the strings are compared only.
212 ## e.G. vendor "opensuse11.0" is compatible to "openSuSE".
214 ## Valid values: A directory
215 ## Default value: {configdir}/vendors.d
217 # vendordir = /etc/zypp/vendors.d
221 ## Whether required packages are installed ONLY
222 ## So recommended packages, language packages and packages which depend
223 ## on hardware (modalias) will not be regarded.
225 ## Valid values: boolean
226 ## Default value: false
228 # solver.onlyRequires = false
231 ## EXPERTS ONLY: Per default the solver will not replace packages of
232 ## different vendors, unless you explicitly ask to do so. Setting this
233 ## option to TRUE will disable this vendor check (unless the application
234 ## explicitly re-enables it). Packages will then be considered based on
235 ## repository priority and version only. This may easily damage your system.
237 ## CHANGING THE DEFAULT IS NOT RECOMMENDED.
239 ## Valid values: boolean
240 ## Default value: false
242 # solver.allowVendorChange = false
245 ## This file contains requirements/conflicts which fulfill the
246 ## needs of a running system.
247 ## For example the system would be broken if not glibc or kernel is
249 ## So the user will be informed if these packages will be deleted.
251 ## Format: Each line represents one dependency:
255 ## Default value: {configdir}/systemCheck
257 # solver.checkSystemFile = /etc/zypp/systemCheck
260 ## When committing a dist upgrade (e.g. 'zypper dup') a solver testcase
261 ## is written to /var/log/updateTestcase-<date>. It is needed in bugreports.
262 ## This optin returns the number of testcases to keep on the system. Old
263 ## cases will be deleted, as new ones are created.
265 ## Use 0 to write no testcase at all, or -1 to keep all testcases.
267 ## Valid values: Integer
270 # solver.upgradeTestcasesToKeep = 2
273 ## Packages which are parallel installable with
276 # multiversion = kernel-default,kernel-smp
279 ## Path to locks file. If not exist then is create.
280 ## In this file is saved also UI locks.
282 ## valid value: path to file or place where file can be created
283 ## default value: {configdir}/locks
285 # locksfile.path = /etc/zypp/locks
288 ## Whetever to apply locks in locks file after zypp start.
290 ## Valid values: boolean
291 ## Default value: true
293 # locksfile.apply = true
296 ## Where update items are stored
297 ## (example: scripts, messages)
299 ## Valid values: path to directory
300 ## Default value: /var/adm
302 # update.datadir = /var/adm
305 ## Where update messages are stored
307 ## Valid values: path to directory
308 ## Default value: {update.datadir}/update-messages
310 # update.messagesdir = /var/adm/update-messages
313 ## Where update scripts are stored
315 ## Valid values: path to directory
316 ## Default value: {update.datadir}/update-scripts
318 # update.scriptsdir = /var/adm/update-scripts
321 ## Options for package installation: excludedocs
323 ## Don't install any files which are marked as documentation.
325 ## Valid values: boolean
328 # rpm.install.excludedocs = no
331 ## Location of history log file.
333 ## The history log is described at
334 ## http://en.opensuse.org/Libzypp/Package_History
336 ## Valid values: absolute path to a file
337 ## Default value: /var/log/zypp/history
339 # history.logfile = /var/log/zypp/history
342 ## Global credentials directory path.
344 ## If a URL contains ?credentials=<filename> parameter, the credentials will
345 ## be stored and looked for in a file named <filename> in this directory.
347 ## Valid values: absolute path to a directory
348 ## Default value: /etc/zypp/credentials.d
350 # credentials.global.dir = /etc/zypp/credentials.d
353 ## Global credentials catalog file path.
355 ## This file contains a catalog of all known user credentials which were
356 ## not stored via the ?credentials=<filename> URL parameter, i.e. passed
357 ## in URL as username:password component, or entered by user in
358 ## an authentication dialog.
360 ## Valid values: absolute path to a file
361 ## Default value: /etc/zypp/credentials.cat
363 # credentials.global.file = /etc/zypp/credentials.cat