hopefully fix build in beta
[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 repo metadata is downloaded and kept.
25 ##
26 ## Valid values: A directory
27 ## Default value: /var/cache/zypp/raw
28 ##
29 ## Changing this needs a full refresh (incl. download) of all repository data
30 ##
31 # metadatadir = /var/cache/zypp/raw
32
33
34 ##
35 ## Path where the repo packages are downloaded and kept.
36 ##
37 ## Valid values: A directory
38 ## Default value: /var/cache/zypp/packages
39 ##
40 # packagesdir = /var/cache/zypp/packages
41
42
43 ##
44 ## Path where the known repositories .repo files are kept
45 ##
46 ## Valid values: A directory
47 ## Default value: /etc/zypp/repos.d
48 ##
49 ## Changing this invalidates all known repositories
50 ##
51 # reposdir = /etc/zypp/repos.d
52
53
54 ##
55 ## Path where the processed cache is kept (this is where zypp.db is located)
56 ##
57 ## Valid values: A directory
58 ## Default value: /var/cache/zypp
59 ##
60 ## Changing this needs a full refresh (except download) of all repository data
61 ##
62 # cachedir = /var/cache/zypp
63
64
65 ##
66 ## Whether repository urls should be probed when added
67 ##
68 ## Valid values: boolean
69 ## Default value: false
70 ##
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)
75 ##
76 # repo.add.probe = false
77
78
79 ##
80 ## Amount of time in minutes that must pass before another refresh.
81 ##
82 ## Valid values: Integer
83 ## Default value: 10
84 ##
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.
89 ##
90 ## A value of 0 means the repository will always be checked. To get the oposite
91 ## effect, disable autorefresh for your repositories.
92 ##
93 ## This option has no effect for repositories with autorefresh disabled, nor for
94 ## user-requested refresh.
95 ##
96 # repo.refresh.delay = 10
97
98
99 ##
100 ## Whether to consider using a .patch.rpm when downloading a package
101 ##
102 ## Valid values: boolean
103 ## Default value: true
104 ##
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.
109 ##
110 # download.use_patchrpm = true
111
112
113 ##
114 ## Whether to consider using a .delta.rpm when downloading a package
115 ##
116 ## Valid values: boolean
117 ## Default value: true
118 ##
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.
124 ##
125 # download.use_deltarpm = true
126
127
128 ## 
129 ## Defining directory for equivalent vendors
130 ##
131 ## Valid values: A directory
132 ## Default value: /etc/zypp/vendors.d
133 ##
134 # vendordir = /etc/zypp/vendors.d
135
136 ##
137 ## Whether required packages are installed ONLY
138 ## So recommended packages, language packages and packages which depend 
139 ## on hardware (modalias) will not be regarded.
140 ##
141 ## Valid values: boolean
142 ## Default value: false
143 ##
144 # solver.onlyRequires = false
145
146 ##
147 ## Path to locks file. If not exist then is create.
148 ## In this file is saved also UI locks.
149 ##
150 ## valid value: path to file or place where file can be created
151 ## default value: /etc/zypp/locks
152 ##
153 # locksfile.path = /etc/zypp/locks
154
155 ## 
156 ## Whetever to apply locks in locks file after zypp start.
157 ##
158 ## Valid values: boolean
159 ## Default value: true
160 ##
161 # locksfile.apply = true