diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 7f24cf3..78b99a8 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -55,13 +55,7 @@ pkgset_koji_module_tag = "dist-c8-module-compose" pkgset_allow_reuse = False -sigkeys = [ - {% for sigkey in %} - {% if sigkey %} - "{{ sigkey }}", - {% endif %} - {% endfor %} -] +sigkeys = [{% for sigkey in %}"{{ sigkey }}",{% endfor %}] filter_system_release_packages = False