- delta support backup
[platform/upstream/libzypp.git] / zypp.conf
index 3f583d7..81d72c8 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 
 
 ##
+## Path where the caches are kept.
+##
+## Valid values: A directory
+## Default value: /var/cache/zypp
+##
+# cachedir = /var/cache/zypp
+
+
+##
 ## Path where the repo metadata is downloaded and kept.
 ##
 ## Valid values: A directory
-## Default value: /var/cache/zypp/raw
+## Default value: {cachedir}/raw
 ##
 ## Changing this needs a full refresh (incl. download) of all repository data
 ##
 
 
 ##
-## Path where the known repositories .repo files are kept
+## Path where the repo solv files are created and kept.
 ##
 ## Valid values: A directory
-## Default value: /etc/zypp/repos.d
+## Default value: {cachedir}/solv
 ##
-## Changing this invalidates all known repositories
+# solvfilesdir = /var/cache/zypp/solv
+
+
 ##
-# reposdir = /etc/zypp/repos.d
+## Path where the repo packages are downloaded and kept.
+##
+## Valid values: A directory
+## Default value: {cachedir}/packages
+##
+# packagesdir = /var/cache/zypp/packages
 
 
 ##
-## Path where the processed cache is kept (this is where zypp.db is located)
+## Path where the configuration files are kept.
 ##
 ## Valid values: A directory
-## Default value: /var/cache/zypp
+## Default value: /etc/zypp
 ##
-## Changing this needs a full refresh (except download) of all repository data
+# configdir = /etc/zypp
+
 ##
-# cachedir = /var/cache/zypp
+## Path where the known repositories .repo files are kept
+##
+## Valid values: A directory
+## Default value: {configdir}/repos.d
+##
+## Changing this invalidates all known repositories
+##
+# reposdir = /etc/zypp/repos.d
 
 
 ##
 # download.use_deltarpm = true
 
 
-## 
+##
 ## Defining directory for equivalent vendors
 ##
 ## Valid values: A directory
-## Default value: /etc/zypp/vondors.d
+## Default value: {configdir}/vendors.d
 ##
-# vendordir = /etc/zypp/vondors.d
+# vendordir = /etc/zypp/vendors.d
 
+
+##
+## 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.
+##
+## Valid values: boolean
+## Default value: false
+##
+# solver.onlyRequires = false
+
+##
+## Path to locks file. If not exist then is create.
+## In this file is saved also UI locks.
+##
+## valid value: path to file or place where file can be created
+## default value: {configdir}/locks
+##
+# locksfile.path = /etc/zypp/locks
+
+##
+## Whetever to apply locks in locks file after zypp start.
+##
+## Valid values: boolean
+## Default value: true
+##
+# locksfile.apply = true