backup
[platform/upstream/libzypp.git] / zypp.conf
index d0280cf..0e089e0 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 ##
 # download.use_deltarpm = true
 
+##
+## Whether to consider using a deltarpm even when rpm is local
+##
+## Valid values: boolean
+## Default value: false
+##
+## This option has no effect unless download.use_deltarpm is set true.
+##
+#  download.use_deltarpm.always = false
 
 ##
 ## Defining directory which contains vendor description files.
 ## vendors = nvidia,suse,opensuse
 ##
 ## ------------------------- file contains end -----------------------
-## Libzypp makes an string comparision (like strncmp, case-insensitive) 
-## whereas the beginning of the strings are compared only. 
+## Libzypp makes an string comparision (like strncmp, case-insensitive)
+## whereas the beginning of the strings are compared only.
 ## e.G. vendor "opensuse11.0" is compatible to "openSuSE".
 ##
 ## Valid values: A directory
 
 
 ##
-## Path where additional product information, .prod files are kept
-##
-## Valid values: A directory
-## Default value: {configdir}/products.d
-##
-## Changing this is not recommended, as the directory might
-## be populated by packages dropping files to /etc/zypp/products.d.
-##
-# productsdir = /etc/zypp/products.d
-
-
-##
 ## Whether required packages are installed ONLY
 ## So recommended packages, language packages and packages which depend
 ## on hardware (modalias) will not be regarded.
 # solver.onlyRequires = false
 
 ##
-## This file contains requirements/conflicts which fulfill the 
+## This file contains requirements/conflicts which fulfill the
 ## needs of a running system.
 ## For example the system would be broken if not glibc or kernel is
-## installed. 
+## installed.
 ## So the user will be informed if these packages will be deleted.
-## 
+##
 ## format: Each line represents one dependency:
 ## e.g.
 ## requires:kernel
 # solver.checkSystemFile = /etc/zypp/systemCheck
 
 ##
+## Packages which are parallel installable with
+## diffent versions
+##
+# multiversion = kernel-default,kernel-smp
+
+##
 ## Path to locks file. If not exist then is create.
 ## In this file is saved also UI locks.
 ##
 ##
 # update.scriptsdir = /var/adm/update-scripts
 
+##
+## Options for package installation: excludedocs
+##
+## Don't install any files which are marked as documentation.
+##
+## Valid values:  boolean
+## Default value: no
+##
+# rpm.install.excludedocs = no
 
+##
+## Location of history log file.
+##
+## The history log is described at
+## http://en.opensuse.org/Libzypp/Package_History
+##
+## Valid values: absolute path to a file
+## Default value: /var/log/zypp/history
+##
+# history.logfile = /var/log/zypp/history
+
+##
+## Global credentials directory path.
+##
+## If a URL contains ?credentials=<filename> parameter, the credentials will
+## be stored and looked for in a file named <filename> in this directory.
+##
+## Valid values: absolute path to a directory
+## Default value: /etc/zypp/credentials.d
+##
+# credentials.global.dir = /etc/zypp/credentials.d
+
+##
+## Global credentials catalog file path.
+##
+## This file contains a catalog of all known user credentials which were
+## not stored via the ?credentials=<filename> URL parameter, i.e. passed
+## in URL as username:password component, or entered by user in
+## an authentication dialog.
+##
+## Valid values: absolute path to a file
+## Default value: /etc/zypp/credentials.cat
+##
+# credentials.global.file = /etc/zypp/credentials.cat