Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 1 | parameters: |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 2 | _param: |
| 3 | linux_system_country_code_default: cz |
| 4 | linux_system_country_code: ${_param:linux_system_country_code_default} |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 5 | aptly_server_mirror_ubuntu_xenial_sources: ${_param:aptly_server_mirror_ubuntu_sources} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 6 | aptly: |
| 7 | server: |
| 8 | mirror: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 9 | # xenial |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 10 | xenial-main: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 11 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 12 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 13 | distribution: xenial |
| 14 | components: main |
| 15 | architectures: amd64 |
| 16 | gpgkeys: |
| 17 | - 40976EAF437D05B5 |
| 18 | - 437D05B5 |
| 19 | - C0B21F32 |
| 20 | publisher: |
| 21 | component: main |
| 22 | distributions: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 23 | - ubuntu/xenial |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 24 | xenial-multiverse: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 25 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 26 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 27 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 38 | xenial-restricted: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 39 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 40 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 41 | 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 Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 52 | xenial-universe: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 53 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 54 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 55 | distribution: xenial |
| 56 | components: universe |
| 57 | architectures: amd64 |
| 58 | gpgkeys: |
| 59 | - 40976EAF437D05B5 |
| 60 | - 437D05B5 |
| 61 | - C0B21F32 |
| 62 | publisher: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 63 | component: universe |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 64 | distributions: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 65 | - ubuntu/xenial |
| 66 | |
| 67 | # xenial-updates |
| 68 | xenial-updates-main: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 69 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 70 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 71 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 81 | - ubuntu/xenial-updates |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 82 | xenial-updates-multiverse: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 83 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 84 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 85 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 96 | xenial-updates-restricted: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 97 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 98 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 99 | 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 Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 110 | xenial-updates-universe: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 111 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 112 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 113 | distribution: xenial-updates |
| 114 | components: universe |
| 115 | architectures: amd64 |
| 116 | gpgkeys: |
| 117 | - 40976EAF437D05B5 |
| 118 | - 437D05B5 |
| 119 | - C0B21F32 |
| 120 | publisher: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 121 | component: universe |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 122 | distributions: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 123 | - ubuntu/xenial-updates |
| 124 | |
| 125 | #xenial-security: |
| 126 | xenial-security-main: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 127 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 128 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 129 | distribution: xenial-security |
| 130 | components: main |
| 131 | architectures: amd64 |
| 132 | gpgkeys: |
| 133 | - 40976EAF437D05B5 |
| 134 | - 437D05B5 |
| 135 | - C0B21F32 |
| 136 | publisher: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 137 | component: main |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 138 | distributions: |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 139 | - ubuntu/xenial-security |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 140 | xenial-security-multiverse: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 141 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 142 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 143 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 154 | xenial-security-restricted: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 155 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 156 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 157 | 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: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 169 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 170 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 171 | 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: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 185 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 186 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 187 | 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 Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 198 | xenial-proposed-multiverse: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 199 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 200 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 201 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 212 | xenial-proposed-restricted: |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 213 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 214 | 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 Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 226 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 227 | 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 Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 241 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 242 | 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 Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 253 | xenial-backports-multiverse: |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 254 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Ondrej Smola | 4c37501 | 2016-12-14 16:18:07 +0100 | [diff] [blame] | 255 | 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 Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 266 | xenial-backports-restricted: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 267 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 268 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 269 | 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: |
Andrey | 6c6eeb7 | 2017-08-17 16:35:14 -0500 | [diff] [blame^] | 281 | sources: ${_param:aptly_server_mirror_ubuntu_xenial_sources} |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 282 | source: http://${_param:linux_system_country_code}.archive.ubuntu.com/ubuntu/ |
Petr Michalec | 74f6fdc | 2016-12-14 11:58:03 +0100 | [diff] [blame] | 283 | 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 |