From 82d20e8a982a583a789360189dfc38e595a2127d Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Thu, 2 Jun 2022 19:44:45 +0300 Subject: [PATCH] ALBS-413: Split the pungi config into templatable and non-templatable parts - Some fixes to the paths --- 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 bb35b54..f4dcc75 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -31,7 +31,7 @@ tree_arches = ['{{ arch }}'] # PKGSET pkgset_source = "koji" -koji_profile = "{{ koji_profile_name }}" +koji_profile = "{{ product_name }}_{{ distribution_major_version }}" # PKGSET - KOJI pkgset_koji_tag = "dist-c8-compose"