Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp.conf
index 62c6eb9..b23b8a5 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 ## minutes. If an automatic request for refresh comes before <repo.refresh.delay>
 ## minutes passed since the last check, the request is ignored.
 ##
-## A value of 0 means the repository will always be checked. To get the opposite
+## A value of 0 means the repository will always be checked. To get the oposite
 ## effect, disable autorefresh for your repositories.
 ##
 ## This option has no effect for repositories with autorefresh disabled, nor for
 ## download.media_preference = download
 
 ##
-## Path where media are preferably mounted or downloaded
-##
-## Valid values:       A (writable) directory
-## Default value:      /var/adm/mount
-##
-## The media backend will try to organize media mount points and download areas
-## below this directory, unless a different location is requested by the application.
-##
-## If the directory is not accessible and read/writable for a specific user,
-## the fallback is to use /var/tmp.
-##
-## download.media_mountdir = /var/adm/mount
-
-##
 ## Signature checking (repodata and rpm packages)
 ##
 ##   boolean   gpgcheck        (default: on)
 # solver.allowVendorChange = false
 
 ##
-## EXPERTS ONLY: TUNE DISTRIBUTION UPGRADE (DUP)
-## Set whether to allow package version downgrades upon DUP.
-##
-## CHANGING THE DEFAULT IS NOT RECOMMENDED.
-##
-## Valid values:  boolean
-## Default value: true
-##
-# solver.dupAllowDowngrade = true
-
-##
-## EXPERTS ONLY: TUNE DISTRIBUTION UPGRADE (DUP)
-## Set whether follow package renames upon DUP.
-##
-## CHANGING THE DEFAULT IS NOT RECOMMENDED.
-##
-## Valid values:  boolean
-## Default value: true
-##
-# solver.dupAllowNameChange = true
-
-##
-## EXPERTS ONLY: TUNE DISTRIBUTION UPGRADE (DUP)
-## Set whether to allow changing the packages architecture upon DUP.
-##
-## CHANGING THE DEFAULT IS NOT RECOMMENDED.
-##
-## Valid values:  boolean
-## Default value: true
-##
-# solver.dupAllowArchChange = true
-
-##
-## EXPERTS ONLY: TUNE DISTRIBUTION UPGRADE (DUP)
-## Set whether to allow changing the packages vendor upon DUP. If you
-## are following a continuous distribution like Tumbleweed or Factory
-## where you use 'zypper dup --no-allow-vendor-change' quite frequently,
-## you may indeed benefit from disabling the VendorChange. Packages from
-## OBS repos will then be kept rather than being overwritten by Tumbleweeds
-## version.
-##
-## CHANGING THE DEFAULT IS NOT RECOMMENDED.
-##
-## Valid values:  boolean
-## Default value: true
-##
-# solver.dupAllowVendorChange = true
-
-##
 ## EXPERTS ONLY: Cleanup when deleting packages. Whether the solver should
 ## per default try to remove packages exclusively required by the ones he's
 ## asked to delete.
 # solver.checkSystemFile = /etc/zypp/systemCheck
 
 ##
-## This directory can contain files that contain requirements/conflicts
-## which fulfill the needs of a running system (see checkSystemFile).
-##
-## Files are read in alphabetical order.
-##
-## Default value: {configdir}/systemCheck.d
-##
-# solver.checkSystemFileDir = /etc/zypp/systemCheck.d
-
-##
 ## When committing a dist upgrade (e.g. 'zypper dup') a solver testcase
 ## is written to /var/log/updateTestcase-<date>. It is needed in bugreports.
 ## This option returns the number of testcases to keep on the system. Old