bodhi-pungi: enable atomic artifacts during updates runs

Now that we have updates-testing passing. Let's enable it for
the updates runs as well.
This commit is contained in:
Dusty Mabe 2018-06-05 12:18:59 -04:00
parent 3070219bb4
commit 5cd9ee9b29
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -181,7 +181,7 @@ ostree = {
}
[% endif %]
[% if release.id_prefix == 'FEDORA' and release.version_int >= 28 and request.name == 'testing' %]
[% if release.id_prefix == 'FEDORA' and release.version_int >= 28 %]
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'