blob: 46750638bbfbafef152877e04852b53d5c402251 [file] [log] [blame]
Ales Komarek3f76e682016-12-05 11:53:00 +01001parameters:
Petr Michalec0e558dd2017-01-18 20:06:52 +01002 _param:
3 linux_system_country_code_default: cz
4 linux_system_country_code: ${_param:linux_system_country_code_default}
Ales Komarek3f76e682016-12-05 11:53:00 +01005 aptly:
6 server:
7 mirror:
Petr Michalec74f6fdc2016-12-14 11:58:03 +01008 # xenial
Ales Komarek3f76e682016-12-05 11:53:00 +01009 xenial-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +010010 sources: true
11 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010012 distribution: xenial
13 components: main
14 architectures: amd64
15 gpgkeys:
16 - 40976EAF437D05B5
17 - 437D05B5
18 - C0B21F32
19 publisher:
20 component: main
21 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010022 - ubuntu/xenial
Ondrej Smola4c375012016-12-14 16:18:07 +010023 xenial-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +010024 sources: true
25 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +010026 distribution: xenial
27 components: multiverse
28 architectures: amd64
29 gpgkeys:
30 - 40976EAF437D05B5
31 - 437D05B5
32 - C0B21F32
33 publisher:
34 component: multiverse
35 distributions:
36 - ubuntu/xenial
Petr Michalec74f6fdc2016-12-14 11:58:03 +010037 xenial-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +010038 sources: true
39 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +010040 distribution: xenial
41 components: restricted
42 architectures: amd64
43 gpgkeys:
44 - 40976EAF437D05B5
45 - 437D05B5
46 - C0B21F32
47 publisher:
48 component: restricted
49 distributions:
50 - ubuntu/xenial
Ales Komarek3f76e682016-12-05 11:53:00 +010051 xenial-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +010052 sources: true
53 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010054 distribution: xenial
55 components: universe
56 architectures: amd64
57 gpgkeys:
58 - 40976EAF437D05B5
59 - 437D05B5
60 - C0B21F32
61 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010062 component: universe
Ales Komarek3f76e682016-12-05 11:53:00 +010063 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010064 - ubuntu/xenial
65
66 # xenial-updates
67 xenial-updates-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +010068 sources: true
69 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010070 distribution: xenial-updates
71 components: main
72 architectures: amd64
73 gpgkeys:
74 - 40976EAF437D05B5
75 - 437D05B5
76 - C0B21F32
77 publisher:
78 component: main
79 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010080 - ubuntu/xenial-updates
Ondrej Smola4c375012016-12-14 16:18:07 +010081 xenial-updates-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +010082 sources: true
83 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +010084 distribution: xenial-updates
85 components: multiverse
86 architectures: amd64
87 gpgkeys:
88 - 40976EAF437D05B5
89 - 437D05B5
90 - C0B21F32
91 publisher:
92 component: multiverse
93 distributions:
94 - ubuntu/xenial-updates
Petr Michalec74f6fdc2016-12-14 11:58:03 +010095 xenial-updates-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +010096 sources: true
97 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +010098 distribution: xenial-updates
99 components: restricted
100 architectures: amd64
101 gpgkeys:
102 - 40976EAF437D05B5
103 - 437D05B5
104 - C0B21F32
105 publisher:
106 component: restricted
107 distributions:
108 - ubuntu/xenial-updates
Ales Komarek3f76e682016-12-05 11:53:00 +0100109 xenial-updates-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100110 sources: true
111 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +0100112 distribution: xenial-updates
113 components: universe
114 architectures: amd64
115 gpgkeys:
116 - 40976EAF437D05B5
117 - 437D05B5
118 - C0B21F32
119 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100120 component: universe
Ales Komarek3f76e682016-12-05 11:53:00 +0100121 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100122 - ubuntu/xenial-updates
123
124 #xenial-security:
125 xenial-security-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100126 sources: true
127 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +0100128 distribution: xenial-security
129 components: main
130 architectures: amd64
131 gpgkeys:
132 - 40976EAF437D05B5
133 - 437D05B5
134 - C0B21F32
135 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100136 component: main
Ales Komarek3f76e682016-12-05 11:53:00 +0100137 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100138 - ubuntu/xenial-security
Ondrej Smola4c375012016-12-14 16:18:07 +0100139 xenial-security-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100140 sources: true
141 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100142 distribution: xenial-security
143 components: multiverse
144 architectures: amd64
145 gpgkeys:
146 - 40976EAF437D05B5
147 - 437D05B5
148 - C0B21F32
149 publisher:
150 component: multiverse
151 distributions:
152 - ubuntu/xenial-security
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100153 xenial-security-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100154 sources: true
155 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100156 distribution: xenial-security
157 components: restricted
158 architectures: amd64
159 gpgkeys:
160 - 40976EAF437D05B5
161 - 437D05B5
162 - C0B21F32
163 publisher:
164 component: restricted
165 distributions:
166 - ubuntu/xenial-security
167 xenial-security-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100168 sources: true
169 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100170 distribution: xenial-security
171 components: universe
172 architectures: amd64
173 gpgkeys:
174 - 40976EAF437D05B5
175 - 437D05B5
176 - C0B21F32
177 publisher:
178 component: universe
179 distributions:
180 - ubuntu/xenial-security
181
182 #xenial-proposed:
183 xenial-proposed-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100184 sources: true
185 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100186 distribution: xenial-proposed
187 components: main
188 architectures: amd64
189 gpgkeys:
190 - 40976EAF437D05B5
191 - 437D05B5
192 - C0B21F32
193 publisher:
194 component: main
195 distributions:
196 - ubuntu/xenial-proposed
Ondrej Smola4c375012016-12-14 16:18:07 +0100197 xenial-proposed-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100198 sources: true
199 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100200 distribution: xenial-proposed
201 components: multiverse
202 architectures: amd64
203 gpgkeys:
204 - 40976EAF437D05B5
205 - 437D05B5
206 - C0B21F32
207 publisher:
208 component: multiverse
209 distributions:
210 - ubuntu/xenial-proposed
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100211 xenial-proposed-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100212 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100213 distribution: xenial-proposed
214 components: restricted
215 architectures: amd64
216 gpgkeys:
217 - 40976EAF437D05B5
218 - 437D05B5
219 - C0B21F32
220 publisher:
221 component: restricted
222 distributions:
223 - ubuntu/xenial-proposed
224 xenial-proposed-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100225 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100226 distribution: xenial-proposed
227 components: universe
228 architectures: amd64
229 gpgkeys:
230 - 40976EAF437D05B5
231 - 437D05B5
232 - C0B21F32
233 publisher:
234 component: universe
235 distributions:
236 - ubuntu/xenial-proposed
237
238 #xenial-backports:
239 xenial-backports-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100240 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100241 distribution: xenial-backports
242 components: main
243 architectures: amd64
244 gpgkeys:
245 - 40976EAF437D05B5
246 - 437D05B5
247 - C0B21F32
248 publisher:
249 component: main
250 distributions:
251 - ubuntu/xenial-backports
Ondrej Smola4c375012016-12-14 16:18:07 +0100252 xenial-backports-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100253 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100254 distribution: xenial-backports
255 components: multiverse
256 architectures: amd64
257 gpgkeys:
258 - 40976EAF437D05B5
259 - 437D05B5
260 - C0B21F32
261 publisher:
262 component: multiverse
263 distributions:
264 - ubuntu/xenial-backports
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100265 xenial-backports-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100266 sources: true
267 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100268 distribution: xenial-backports
269 components: restricted
270 architectures: amd64
271 gpgkeys:
272 - 40976EAF437D05B5
273 - 437D05B5
274 - C0B21F32
275 publisher:
276 component: restricted
277 distributions:
278 - ubuntu/xenial-backports
279 xenial-backports-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100280 sources: true
281 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100282 distribution: xenial-backports
283 components: universe
284 architectures: amd64
285 gpgkeys:
286 - 40976EAF437D05B5
287 - 437D05B5
288 - C0B21F32
289 publisher:
290 component: universe
291 distributions:
292 - ubuntu/xenial-backports