ALBS-413: Split the pungi config into templatable and non-templatable parts

- Some fixes to the paths
This commit is contained in:
soksanichenko 2022-06-02 19:44:45 +03:00
parent a9aaaa7aea
commit 82d20e8a98
1 changed files with 1 additions and 1 deletions

View File

@ -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"