Ondrej Smola | a2202f2 | 2016-12-14 15:57:34 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | linux: |
| 3 | system: |
| 4 | repo: |
| 5 | ubuntu: |
| 6 | refresh_db: ${_param:linux_repo_refresh_db} |
| 7 | source: "deb [arch=amd64] http://${_param:local_repo_url}/${_param:linux_distrib_codename} nightly main" |
| 8 | architectures: amd64 |
| 9 | default: true |
| 10 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 11 | ubuntu-updates: |
| 12 | refresh_db: ${_param:linux_repo_refresh_db} |
| 13 | source: "deb [arch=amd64] http://${_param:local_repo_url}/${_param:linux_distrib_codename}-updates nightly main" |
| 14 | architectures: amd64 |
| 15 | default: true |
| 16 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 17 | ubuntu-security: |
| 18 | refresh_db: ${_param:linux_repo_refresh_db} |
| 19 | source: "deb [arch=amd64] http://${_param:local_repo_url}/${_param:linux_distrib_codename}-security nightly main" |
| 20 | architectures: amd64 |
| 21 | default: true |
| 22 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 23 | |