ALBS-413: Split the pungi config into templatable and non-templatable parts
- The typo is fixed
This commit is contained in:
parent
82d20e8a98
commit
f16a32f900
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user