Petr Michalec | 2f1141f | 2016-12-13 14:55:41 +0100 | [diff] [blame] | 1 | parameters: |
2 | linux: | ||||
3 | system: | ||||
4 | repo: | ||||
5 | cloudarchive: | ||||
6 | refresh_db: ${_param:linux_repo_refresh_db} | ||||
Ondrej Smola | 55f85af | 2016-12-14 16:24:09 +0100 | [diff] [blame] | 7 | source: "deb [arch=amd64] http://${_param:local_repo_url}/${_param:linux_system_codename}/ nightly liberty" |
Petr Michalec | 2f1141f | 2016-12-13 14:55:41 +0100 | [diff] [blame] | 8 | architectures: amd64 |
9 | default: true | ||||
10 | key_url: "http://${_param:local_repo_url}/public.gpg" |