- sigkeys-fingerpints can be empty

This commit is contained in:
soksanichenko 2023-03-20 12:52:42 +02:00
parent a2c3b2e8b3
commit 2615715b9d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pkgset_koji_module_tag = "dist-c8-module-compose"
pkgset_allow_reuse = False
sigkeys = [{% for sigkey in %}"{{ sigkey }}",{% endfor %}]
sigkeys = [{% for sigkey in sigkeys_fingerprints %}"{{ sigkey }}",{% endfor %}]
filter_system_release_packages = False