From cc9b3e59e3611eeb8e985a3133a11890d85a0dc7 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 20 Mar 2023 13:11:03 +0200 Subject: [PATCH] - sigkeys-fingerpints can be empty --- pungi-build.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 023cc35..19ca64d 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -55,7 +55,7 @@ pkgset_koji_module_tag = "dist-c8-module-compose" pkgset_allow_reuse = False -sigkeys = [{% for sigkey in sigkeys_fingerprints %}"{{ sigkey }}",{% endfor %}] +sigkeys = [sigkeys_fingerprints | join(', ')] filter_system_release_packages = False