bundles/apt: suport deb822-style sources

This commit is contained in:
Franzi 2023-09-24 15:22:14 +02:00
parent 787607b5a1
commit 74baeb4bf4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 45 additions and 13 deletions

View file

@ -0,0 +1,9 @@
% for uri in sorted(uris):
Types: ${' '.join(sorted(data.get('types', {'deb'})))}
URIs: ${uri}
Suites: ${os_release}
Components: ${' '.join(sorted(data.get('components', {'main'})))}
Architectures: ${' '.join(sorted(data.get('architectures', {'amd64'})))}
Signed-By: /etc/apt/trusted.gpg.d/${name}.list.asc
% endfor