From 7c8ef3965383be908813de4974a655ea8cc69e74 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 8 Jan 2019 13:47:54 -0500 Subject: [PATCH] bodhi-pungi: re-enable testing ostree for silverblue This re-enables updates-testing composes for silverblue that were stopped in df5009d because of https://pagure.io/pungi/issue/1092 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 7a061b5b03..f2f0587716 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -160,7 +160,6 @@ ostree = { [% endif %] }, # Fedora Silverblue - [% if request.name == 'stable' %] { [% if release.version_int >= 28 %] "version": "!VERSION_FROM_VERSION_DATE_RESPIN", @@ -201,7 +200,6 @@ ostree = { "arches": ["x86_64"], "failable": ["x86_64"] }, - [% endif %] ] } [% endif %]