- Resetting Delete Details in ResStatus correctly (bnc #391785)
[platform/upstream/libzypp.git] / zypp.conf
1 ## Configuration file for software management
2 ## /etc/zypp/zypp.conf
3 ##
4 ## Boolean values are 0 1 yes no on off true false
5
6
7 [main]
8
9
10 ##
11 ## Override the detected architecture
12 ##
13 ## Valid values:  i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x, ..
14 ## Default value: Autodetected
15 ##
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.
19 ##
20 # arch = s390
21
22
23 ##
24 ## Path where the caches are kept.
25 ##
26 ## Valid values: A directory
27 ## Default value: /var/cache/zypp
28 ##
29 # cachedir = /var/cache/zypp
30
31
32 ##
33 ## Path where the repo metadata is downloaded and kept.
34 ##
35 ## Valid values: A directory
36 ## Default value: {cachedir}/raw
37 ##
38 ## Changing this needs a full refresh (incl. download) of all repository data
39 ##
40 # metadatadir = /var/cache/zypp/raw
41
42
43 ##
44 ## Path where the repo solv files are created and kept.
45 ##
46 ## Valid values: A directory
47 ## Default value: {cachedir}/solv
48 ##
49 # solvfilesdir = /var/cache/zypp/solv
50
51
52 ##
53 ## Path where the repo packages are downloaded and kept.
54 ##
55 ## Valid values: A directory
56 ## Default value: {cachedir}/packages
57 ##
58 # packagesdir = /var/cache/zypp/packages
59
60
61 ##
62 ## Path where the configuration files are kept.
63 ##
64 ## Valid values: A directory
65 ## Default value: /etc/zypp
66 ##
67 # configdir = /etc/zypp
68
69 ##
70 ## Path where the known repositories .repo files are kept
71 ##
72 ## Valid values: A directory
73 ## Default value: {configdir}/repos.d
74 ##
75 ## Changing this invalidates all known repositories
76 ##
77 # reposdir = /etc/zypp/repos.d
78
79
80 ##
81 ## Whether repository urls should be probed when added
82 ##
83 ## Valid values: boolean
84 ## Default value: false
85 ##
86 ## If true, accessability of repositories is checked immediately (when added)
87 ##   (e.g. 'zypper ar' will check immediately)
88 ## If false, accessability of repositories is checked when refreshed
89 ##   (e.g. 'zypper ar' will delay the check until the next refresh)
90 ##
91 # repo.add.probe = false
92
93
94 ##
95 ## Amount of time in minutes that must pass before another refresh.
96 ##
97 ## Valid values: Integer
98 ## Default value: 10
99 ##
100 ## If you have autorefresh enabled for a repository, it is checked for
101 ## up-to-date metadata not more often than every <repo.refresh.delay>
102 ## minutes. If an automatic request for refresh comes before <repo.refresh.delay>
103 ## minutes passed since the last check, the request is ignored.
104 ##
105 ## A value of 0 means the repository will always be checked. To get the oposite
106 ## effect, disable autorefresh for your repositories.
107 ##
108 ## This option has no effect for repositories with autorefresh disabled, nor for
109 ## user-requested refresh.
110 ##
111 # repo.refresh.delay = 10
112
113
114 ##
115 ## Whether to consider using a .patch.rpm when downloading a package
116 ##
117 ## Valid values: boolean
118 ## Default value: true
119 ##
120 ## Using a patch rpm will decrease the download size for package updates
121 ## since it does not contain all files of the package but only the changed
122 ## ones. The .patch.rpm is ready to be installed immediately after download.
123 ## There is no further processing needed, as it is for a .delta.rpm.
124 ##
125 # download.use_patchrpm = true
126
127
128 ##
129 ## Whether to consider using a .delta.rpm when downloading a package
130 ##
131 ## Valid values: boolean
132 ## Default value: true
133 ##
134 ## Using a delta rpm will decrease the download size for package updates
135 ## since it does not contain all files of the package but only the binary
136 ## diff of changed ones. Recreating the rpm package on the local machine
137 ## is an expensive operation (memory,CPU). If your network connection is
138 ## not too slow, you benefit from disabling .delta.rpm.
139 ##
140 # download.use_deltarpm = true
141
142
143 ##
144 ## Defining directory for equivalent vendors
145 ##
146 ## Valid values: A directory
147 ## Default value: {configdir}/vendors.d
148 ##
149 # vendordir = /etc/zypp/vendors.d
150
151
152 ##
153 ## Path where additional product information, .prod files are kept
154 ##
155 ## Valid values: A directory
156 ## Default value: {configdir}/products.d
157 ##
158 ## Changing this is not recommended, as the directory might
159 ## be populated by packages dropping files to /etc/zypp/products.d.
160 ##
161 # productsdir = /etc/zypp/products.d
162
163
164 ##
165 ## Whether required packages are installed ONLY
166 ## So recommended packages, language packages and packages which depend
167 ## on hardware (modalias) will not be regarded.
168 ##
169 ## Valid values: boolean
170 ## Default value: false
171 ##
172 # solver.onlyRequires = false
173
174 ##
175 ## Path to locks file. If not exist then is create.
176 ## In this file is saved also UI locks.
177 ##
178 ## valid value: path to file or place where file can be created
179 ## default value: {configdir}/locks
180 ##
181 # locksfile.path = /etc/zypp/locks
182
183 ##
184 ## Whetever to apply locks in locks file after zypp start.
185 ##
186 ## Valid values: boolean
187 ## Default value: true
188 ##
189 # locksfile.apply = true