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