From a376739218a9949a67af220dcfb4c73eb45c8674 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 20 Mar 2023 13:18:02 +0200 Subject: [PATCH] - sigkeys-fingerpints can be empty --- pungi-build.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index ecb42cb..5830556 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -55,7 +55,9 @@ pkgset_koji_module_tag = "dist-c8-module-compose" pkgset_allow_reuse = False +{% if sigkeys_fingerprints %} sigkeys = [{{ sigkeys_fingerprints | join(', ') }}] +{% endif %} filter_system_release_packages = False