1 ## Configuration file for software management
4 ## Boolean values are 0 1 yes no on off true false
11 ## Override the detected architecture
13 ## Valid values: i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x, ..
14 ## Default value: Autodetected
16 ## ** CAUTION: Only set if you know what you're doing !
17 ## ** Changing this needs a full refresh (incl. download)
18 ## ** of all repository data.
24 ## Path where the repo metadata is downloaded and kept.
26 ## Valid values: A directory
27 ## Default value: /var/cache/zypp/raw
29 ## Changing this needs a full refresh (incl. download) of all repository data
31 # metadatadir = /var/cache/zypp/raw
35 ## Path where the repo packages are downloaded and kept.
37 ## Valid values: A directory
38 ## Default value: /var/cache/zypp/packages
40 # packagesdir = /var/cache/zypp/packages
44 ## Path where the known repositories .repo files are kept
46 ## Valid values: A directory
47 ## Default value: /etc/zypp/repos.d
49 ## Changing this invalidates all known repositories
51 # reposdir = /etc/zypp/repos.d
55 ## Path where the processed cache is kept (this is where zypp.db is located)
57 ## Valid values: A directory
58 ## Default value: /var/cache/zypp
60 ## Changing this needs a full refresh (except download) of all repository data
62 # cachedir = /var/cache/zypp
66 ## Whether repository urls should be probed when added
68 ## Valid values: boolean
69 ## Default value: false
71 ## If true, accessability of repositories is checked immediately (when added)
72 ## (e.g. 'zypper ar' will check immediately)
73 ## If false, accessability of repositories is checked when refreshed
74 ## (e.g. 'zypper ar' will delay the check until the next refresh)
76 # repo.add.probe = false
80 ## Amount of time in minutes that must pass before another refresh.
82 ## Valid values: Integer
85 ## If you have autorefresh enabled for a repository, it is checked for
86 ## up-to-date metadata not more often than every <repo.refresh.delay>
87 ## minutes. If an automatic request for refresh comes before <repo.refresh.delay>
88 ## minutes passed since the last check, the request is ignored.
90 ## A value of 0 means the repository will always be checked. To get the oposite
91 ## effect, disable autorefresh for your repositories.
93 ## This option has no effect for repositories with autorefresh disabled, nor for
94 ## user-requested refresh.
96 # repo.refresh.delay = 10
100 ## Whether to consider using a .patch.rpm when downloading a package
102 ## Valid values: boolean
103 ## Default value: true
105 ## Using a patch rpm will decrease the download size for package updates
106 ## since it does not contain all files of the package but only the changed
107 ## ones. The .patch.rpm is ready to be installed immediately after download.
108 ## There is no further processing needed, as it is for a .delta.rpm.
110 # download.use_patchrpm = true
114 ## Whether to consider using a .delta.rpm when downloading a package
116 ## Valid values: boolean
117 ## Default value: true
119 ## Using a delta rpm will decrease the download size for package updates
120 ## since it does not contain all files of the package but only the binary
121 ## diff of changed ones. Recreating the rpm package on the local machine
122 ## is an expensive operation (memory,CPU). If your network connection is
123 ## not too slow, you benefit from disabling .delta.rpm.
125 # download.use_deltarpm = true
129 ## Defining directory for equivalent vendors
131 ## Valid values: A directory
132 ## Default value: /etc/zypp/vendors.d
134 # vendordir = /etc/zypp/vendors.d