blob: b4a1888b6c11bae89e703983cc1d52fc30e67f9a [file] [log] [blame]
Petr Michalec2f1141f2016-12-13 14:55:41 +01001parameters:
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}/xenial/ nightly main"
8 architectures: amd64
9 default: true
10 key_url: "http://${_param:local_repo_url}/public.gpg"