bundles/apt: allow variables {os} and {os_release} in sources.list entries

This commit is contained in:
Franzi 2020-08-30 12:06:19 +02:00
parent 77051c0a0e
commit ccd4a09183
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 14 additions and 11 deletions

View file

@ -3,7 +3,7 @@ defaults = {
'repos': {
'jenkins': {
'items': [
'deb https://pkg.jenkins.io/debian-stable binary/',
'deb https://pkg.jenkins.io/{os}-stable binary/',
],
},
},