## ## Configuration file for software management ## used by yast and zypper ## /etc/zypp/zypp.conf ## zypp.conf with default values ## Boolean values are 0 1 yes no true false [main] ## ## Override the detected architecture ## ## Valid values: i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x ## Default value: Output of 'uname -m' ## ## ** Caution: only set if you know what you're doing ! ## # arch = s390 ## ## Path where the repo metadata is downloaded and kept. ## ## Valid values: A directory ## Default value: /var/cache/zypp/raw ## ## Changing this needs a full refresh (incl. download) of all repository data ## # metadatadir = /var/cache/zypp/raw ## ## Path where the known repositories * .repo files are kept ## ## Valid values: A directory ## Default value: /etc/zypp/repos.d ## ## Changing this invalidates all known repositories ## # reposdir = /etc/zypp/repos.d ## ## Path where the processed cache is kept (this is where zypp.db is located) ## ## Valid values: A directory ## Default value: /var/cache/zypp ## ## Changing this needs a full refresh (except download) of all repository data ## # cachedir = /var/cache/zypp ## ## Whether repository urls should be probed when added ## ## Valid values: boolean (0,1,yes,no,on,off) ## Default value: ? ## ## If true, accessability of repositories is checked immediately (when added) ## (e.g. 'zypper ar' will check immediately) ## If false, accessability of repositories is checked when refreshed ## (e.g. 'zypper ar' will delay the check until the next refresh) ## # repo.add.probe = false ## ## ## Amount of time in minutes that must pass before another refresh. ## ## Valid values: Integer ## Default value: 10 ## ## # repo.refresh.delay = 10 ## ## Whether to consider using a .patch.rpm when downloading a package, boolean ## ## Valid values: boolean (0,1,yes,no,on,off) ## Default value: true ## ## Using a patch rpm will decrease the download size for package updates ## since it does not contain all files of the package but only the changed ones. ## # download.use_patchrpm = true ## ## Whether to consider using a .delta.rpm when downloading a package, boolean ## ## Valid values: boolean (0,1,yes,no,on,off) ## Default value: true ## ## Using a delta rpm will decrease the download size for package updates ## since it does not contain all files of the package but only the binary ## diff of changed ones. ## # download.use_deltarpm = true [locking] ## ## FIXME which key? ## ## Valid values: boolean (0,1,yes,no,on,off) ## Default value: false ## ## # autolock_untrustedvendor = false