Now that we have updates-testing passing. Let's enable it for the updates runs as well. --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 8a489ae44..631e07af7 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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%5B%5B 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'
On 06/05/2018 09:20 AM, Dusty Mabe wrote:
Now that we have updates-testing passing. Let's enable it for the updates runs as well.
roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 8a489ae44..631e07af7 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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%5B%5B 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'
+1 here...
kevin
On 06/05/2018 02:26 PM, Kevin Fenzi wrote:
On 06/05/2018 09:20 AM, Dusty Mabe wrote:
Now that we have updates-testing passing. Let's enable it for the updates runs as well.
roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 8a489ae44..631e07af7 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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%5B%5B 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'
+1 here...
kevin
Thanks! and Smooge reviewed in IRC.
The change has been merged + applied.
Dusty
infrastructure@lists.fedoraproject.org