From a2c3b2e8b33a3a85692cee4a8ea64b16f81d72a1 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 20 Mar 2023 12:52:12 +0200 Subject: [PATCH] - sigkeys-fingerpints can be empty --- pungi-build.conf.j2 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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