From df5009d44317a809ec5ba48a8ad577229d92c4de Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 4 Dec 2018 21:02:13 +0100 Subject: [PATCH] Don't run silverblue compose for testing https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/LGL6LPHSOPNKQUWGYHGZVSDOX466WHFH/ Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 09ca41de21..ed241fa155 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -158,8 +158,8 @@ ostree = { "failable": ["ppc64le", "aarch64"], [% endif %] }, - # Atomic Workstation - [% if release.version_int >= 27 %] + # Fedora Silverblue + [% if request.name == 'stable' %] { [% if release.version_int >= 28 %] "version": "!VERSION_FROM_VERSION_DATE_RESPIN",