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:
Dusty Mabe 2018-04-23 17:32:29 -04:00
parent e6e5ed59b0
commit 5611b18b64
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

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