From f16a32f90077470b20c3f8408e58757f06a46491 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Thu, 2 Jun 2022 19:45:49 +0300 Subject: [PATCH] ALBS-413: Split the pungi config into templatable and non-templatable parts - The typo is fixed --- 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 f4dcc75..96ad132 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -31,7 +31,7 @@ tree_arches = ['{{ arch }}'] # PKGSET pkgset_source = "koji" -koji_profile = "{{ product_name }}_{{ distribution_major_version }}" +koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}" # PKGSET - KOJI pkgset_koji_tag = "dist-c8-compose"