bodhi-pungi: only do AH artifact creation for f28-u-t for now
We'll start doing it for f28-u when we get the kinks worked out after the first F28 Atomic Host release. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
e6e5ed59b0
commit
5611b18b64
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ ostree = {
|
|||
}
|
||||
[% endif %]
|
||||
|
||||
[% if release.id_prefix == 'FEDORA' and release.version_int >= 28 %]
|
||||
[% if release.id_prefix == 'FEDORA' and release.version_int >= 28 and request.name == 'testing' %]
|
||||
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f[[ release.version_int ]]'
|
||||
global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'
|
||||
image_name_format = '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s.iso'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue