/etc/zypp/zypp.conf ## zypp.conf with default values ## Boolean values are 0 1 yes no true false [main] ## Fake the architecture # arch = s390 ## Path where the repo metadata is downloaded and kept. # metadatadir = /var/cache/zypp/raw ## Path where the known repositories * .repo files are kept # reposdir = /etc/zypp/repos.d ## Path where the processed cache is kept (this is where zypp.db is located) # cachedir = /var/cache/zypp ## Whether repository urls should be probed, boolean # repo.add.probe = false ## Amount of time in minutes that must pass before another refresh. # repo.refresh.delay = 10 ## Whether to consider using a .patch.rpm when downloading a package, boolean # download.use_patchrpm = true ## Whether to consider using a .delta.rpm when downloading a package, boolean # download.use_deltarpm = true [locking] ## FIXME which key? # autolock_untrustedvendor = false