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 # reposdir = /etc/zypp/service.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
125 ## Whether to consider using a .delta.rpm when downloading a package
127 ## Valid values: boolean
128 ## Default value: true
130 ## Using a delta rpm will decrease the download size for package updates
131 ## since it does not contain all files of the package but only the binary
132 ## diff of changed ones. Recreating the rpm package on the local machine
133 ## is an expensive operation (memory,CPU). If your network connection is
134 ## not too slow, you benefit from disabling .delta.rpm.
136 # download.use_deltarpm = true
140 ## Defining directory which contains vendor description files.
142 ## One file in this directory reflects a group of equivalent vendors. e.G.:
143 ## (filename is "nvidia" but could be any other name):
144 ## ------------------------- file contains begin -----------------------
147 ## vendors = nvidia,suse,opensuse
149 ## ------------------------- file contains end -----------------------
150 ## Libzypp makes an string comparision (like strncmp, case-insensitive)
151 ## whereas the beginning of the strings are compared only.
152 ## e.G. vendor "opensuse11.0" is compatible to "openSuSE".
154 ## Valid values: A directory
155 ## Default value: {configdir}/vendors.d
157 # vendordir = /etc/zypp/vendors.d
161 ## Path where additional product information, .prod files are kept
163 ## Valid values: A directory
164 ## Default value: {configdir}/products.d
166 ## Changing this is not recommended, as the directory might
167 ## be populated by packages dropping files to /etc/zypp/products.d.
169 # productsdir = /etc/zypp/products.d
173 ## Whether required packages are installed ONLY
174 ## So recommended packages, language packages and packages which depend
175 ## on hardware (modalias) will not be regarded.
177 ## Valid values: boolean
178 ## Default value: false
180 # solver.onlyRequires = false
183 ## Path to locks file. If not exist then is create.
184 ## In this file is saved also UI locks.
186 ## valid value: path to file or place where file can be created
187 ## default value: {configdir}/locks
189 # locksfile.path = /etc/zypp/locks
192 ## Whetever to apply locks in locks file after zypp start.
194 ## Valid values: boolean
195 ## Default value: true
197 # locksfile.apply = true
200 ## Where update items are stored
201 ## (example: scripts, messages)
203 ## Valid values: path to directory
204 ## Default value: /var/adm
206 # update.datadir = /var/adm
209 ## Where update messages are stored
211 ## Valid values: path to directory
212 ## Default value: {update.datadir}/update-messages
214 # update.messagesdir = /var/adm/update-messages
217 ## Where update scripts are stored
219 ## Valid values: path to directory
220 ## Default value: {update.datadir}/update-scripts
222 # update.scriptsdir = /var/adm/update-scripts