From 5a266c882b22acd96fa922224e9f8cb67033d205 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 20 Mar 2023 12:49:51 +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 305a269..35a70ae 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 sigkeys_fingerprints %} - {% if sigkey %} - "{{ sigkey }}", - {% endif %} - {% endfor %} -] +sigkeys = [{{ sigkeys_fingerprints | join('", "') }}] filter_system_release_packages = False