- Use an arch in a koji profile name
This commit is contained in:
parent
68532e5c50
commit
4c728ef4a0
@ -46,7 +46,7 @@ tree_arches = ['{{ arch }}']
|
|||||||
|
|
||||||
# PKGSET
|
# PKGSET
|
||||||
pkgset_source = "kojimock"
|
pkgset_source = "kojimock"
|
||||||
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}"
|
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}_{{ arch }}"
|
||||||
|
|
||||||
# PKGSET - KOJI
|
# PKGSET - KOJI
|
||||||
pkgset_koji_tag = "dist-c8-compose"
|
pkgset_koji_tag = "dist-c8-compose"
|
||||||
|
Loading…
Reference in New Issue
Block a user