blob: 6b41aee866ba698ac4284fc383fd9101f1da7c6a [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}
Andrey6c6eeb72017-08-17 16:35:14 -05005 aptly_server_mirror_ubuntu_xenial_sources: ${_param:aptly_server_mirror_ubuntu_sources}
Ales Komarek3f76e682016-12-05 11:53:00 +01006 aptly:
7 server:
8 mirror:
Petr Michalec74f6fdc2016-12-14 11:58:03 +01009 # xenial
Ales Komarek3f76e682016-12-05 11:53:00 +010010 xenial-main:
Andrey6c6eeb72017-08-17 16:35:14 -050011 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010012 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010013 distribution: xenial
14 components: main
15 architectures: amd64
16 gpgkeys:
17 - 40976EAF437D05B5
18 - 437D05B5
19 - C0B21F32
20 publisher:
21 component: main
22 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010023 - ubuntu/xenial
Ondrej Smola4c375012016-12-14 16:18:07 +010024 xenial-multiverse:
Andrey6c6eeb72017-08-17 16:35:14 -050025 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010026 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +010027 distribution: xenial
28 components: multiverse
29 architectures: amd64
30 gpgkeys:
31 - 40976EAF437D05B5
32 - 437D05B5
33 - C0B21F32
34 publisher:
35 component: multiverse
36 distributions:
37 - ubuntu/xenial
Petr Michalec74f6fdc2016-12-14 11:58:03 +010038 xenial-restricted:
Andrey6c6eeb72017-08-17 16:35:14 -050039 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010040 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +010041 distribution: xenial
42 components: restricted
43 architectures: amd64
44 gpgkeys:
45 - 40976EAF437D05B5
46 - 437D05B5
47 - C0B21F32
48 publisher:
49 component: restricted
50 distributions:
51 - ubuntu/xenial
Ales Komarek3f76e682016-12-05 11:53:00 +010052 xenial-universe:
Andrey6c6eeb72017-08-17 16:35:14 -050053 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010054 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010055 distribution: xenial
56 components: universe
57 architectures: amd64
58 gpgkeys:
59 - 40976EAF437D05B5
60 - 437D05B5
61 - C0B21F32
62 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010063 component: universe
Ales Komarek3f76e682016-12-05 11:53:00 +010064 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010065 - ubuntu/xenial
66
67 # xenial-updates
68 xenial-updates-main:
Andrey6c6eeb72017-08-17 16:35:14 -050069 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010070 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +010071 distribution: xenial-updates
72 components: main
73 architectures: amd64
74 gpgkeys:
75 - 40976EAF437D05B5
76 - 437D05B5
77 - C0B21F32
78 publisher:
79 component: main
80 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +010081 - ubuntu/xenial-updates
Ondrej Smola4c375012016-12-14 16:18:07 +010082 xenial-updates-multiverse:
Andrey6c6eeb72017-08-17 16:35:14 -050083 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010084 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +010085 distribution: xenial-updates
86 components: multiverse
87 architectures: amd64
88 gpgkeys:
89 - 40976EAF437D05B5
90 - 437D05B5
91 - C0B21F32
92 publisher:
93 component: multiverse
94 distributions:
95 - ubuntu/xenial-updates
Petr Michalec74f6fdc2016-12-14 11:58:03 +010096 xenial-updates-restricted:
Andrey6c6eeb72017-08-17 16:35:14 -050097 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +010098 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +010099 distribution: xenial-updates
100 components: restricted
101 architectures: amd64
102 gpgkeys:
103 - 40976EAF437D05B5
104 - 437D05B5
105 - C0B21F32
106 publisher:
107 component: restricted
108 distributions:
109 - ubuntu/xenial-updates
Ales Komarek3f76e682016-12-05 11:53:00 +0100110 xenial-updates-universe:
Andrey6c6eeb72017-08-17 16:35:14 -0500111 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100112 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +0100113 distribution: xenial-updates
114 components: universe
115 architectures: amd64
116 gpgkeys:
117 - 40976EAF437D05B5
118 - 437D05B5
119 - C0B21F32
120 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100121 component: universe
Ales Komarek3f76e682016-12-05 11:53:00 +0100122 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100123 - ubuntu/xenial-updates
124
125 #xenial-security:
126 xenial-security-main:
Andrey6c6eeb72017-08-17 16:35:14 -0500127 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100128 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ales Komarek3f76e682016-12-05 11:53:00 +0100129 distribution: xenial-security
130 components: main
131 architectures: amd64
132 gpgkeys:
133 - 40976EAF437D05B5
134 - 437D05B5
135 - C0B21F32
136 publisher:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100137 component: main
Ales Komarek3f76e682016-12-05 11:53:00 +0100138 distributions:
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100139 - ubuntu/xenial-security
Ondrej Smola4c375012016-12-14 16:18:07 +0100140 xenial-security-multiverse:
Andrey6c6eeb72017-08-17 16:35:14 -0500141 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100142 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100143 distribution: xenial-security
144 components: multiverse
145 architectures: amd64
146 gpgkeys:
147 - 40976EAF437D05B5
148 - 437D05B5
149 - C0B21F32
150 publisher:
151 component: multiverse
152 distributions:
153 - ubuntu/xenial-security
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100154 xenial-security-restricted:
Andrey6c6eeb72017-08-17 16:35:14 -0500155 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100156 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100157 distribution: xenial-security
158 components: restricted
159 architectures: amd64
160 gpgkeys:
161 - 40976EAF437D05B5
162 - 437D05B5
163 - C0B21F32
164 publisher:
165 component: restricted
166 distributions:
167 - ubuntu/xenial-security
168 xenial-security-universe:
Andrey6c6eeb72017-08-17 16:35:14 -0500169 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100170 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100171 distribution: xenial-security
172 components: universe
173 architectures: amd64
174 gpgkeys:
175 - 40976EAF437D05B5
176 - 437D05B5
177 - C0B21F32
178 publisher:
179 component: universe
180 distributions:
181 - ubuntu/xenial-security
182
183 #xenial-proposed:
184 xenial-proposed-main:
Andrey6c6eeb72017-08-17 16:35:14 -0500185 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100186 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100187 distribution: xenial-proposed
188 components: main
189 architectures: amd64
190 gpgkeys:
191 - 40976EAF437D05B5
192 - 437D05B5
193 - C0B21F32
194 publisher:
195 component: main
196 distributions:
197 - ubuntu/xenial-proposed
Ondrej Smola4c375012016-12-14 16:18:07 +0100198 xenial-proposed-multiverse:
Andrey6c6eeb72017-08-17 16:35:14 -0500199 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100200 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100201 distribution: xenial-proposed
202 components: multiverse
203 architectures: amd64
204 gpgkeys:
205 - 40976EAF437D05B5
206 - 437D05B5
207 - C0B21F32
208 publisher:
209 component: multiverse
210 distributions:
211 - ubuntu/xenial-proposed
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100212 xenial-proposed-restricted:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100213 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100214 distribution: xenial-proposed
215 components: restricted
216 architectures: amd64
217 gpgkeys:
218 - 40976EAF437D05B5
219 - 437D05B5
220 - C0B21F32
221 publisher:
222 component: restricted
223 distributions:
224 - ubuntu/xenial-proposed
225 xenial-proposed-universe:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100226 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100227 distribution: xenial-proposed
228 components: universe
229 architectures: amd64
230 gpgkeys:
231 - 40976EAF437D05B5
232 - 437D05B5
233 - C0B21F32
234 publisher:
235 component: universe
236 distributions:
237 - ubuntu/xenial-proposed
238
239 #xenial-backports:
240 xenial-backports-main:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100241 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100242 distribution: xenial-backports
243 components: main
244 architectures: amd64
245 gpgkeys:
246 - 40976EAF437D05B5
247 - 437D05B5
248 - C0B21F32
249 publisher:
250 component: main
251 distributions:
252 - ubuntu/xenial-backports
Ondrej Smola4c375012016-12-14 16:18:07 +0100253 xenial-backports-multiverse:
Petr Michalec0e558dd2017-01-18 20:06:52 +0100254 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Ondrej Smola4c375012016-12-14 16:18:07 +0100255 distribution: xenial-backports
256 components: multiverse
257 architectures: amd64
258 gpgkeys:
259 - 40976EAF437D05B5
260 - 437D05B5
261 - C0B21F32
262 publisher:
263 component: multiverse
264 distributions:
265 - ubuntu/xenial-backports
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100266 xenial-backports-restricted:
Andrey6c6eeb72017-08-17 16:35:14 -0500267 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100268 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100269 distribution: xenial-backports
270 components: restricted
271 architectures: amd64
272 gpgkeys:
273 - 40976EAF437D05B5
274 - 437D05B5
275 - C0B21F32
276 publisher:
277 component: restricted
278 distributions:
279 - ubuntu/xenial-backports
280 xenial-backports-universe:
Andrey6c6eeb72017-08-17 16:35:14 -0500281 sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources}
Petr Michalec0e558dd2017-01-18 20:06:52 +0100282 source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/
Petr Michalec74f6fdc2016-12-14 11:58:03 +0100283 distribution: xenial-backports
284 components: universe
285 architectures: amd64
286 gpgkeys:
287 - 40976EAF437D05B5
288 - 437D05B5
289 - C0B21F32
290 publisher:
291 component: universe
292 distributions:
293 - ubuntu/xenial-backports