From 7814f1639efe23a45d5b12b9a91e503be1d45b94 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 14 Apr 2018 18:21:29 -0400 Subject: [PATCH] Turns out that we need an empty variant for ostree installer Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- roles/bodhi2/backend/templates/variants.rpm.xml.j2 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index fffea32de9..25467c604c 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -216,7 +216,7 @@ image_build = { } ostree_installer = [ - ('^Everything$', { + ('^Atomic$', { [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %] '[[ arch ]]': { "repo": [ diff --git a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 index 4b66250868..1ee467d9e5 100644 --- a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 @@ -22,4 +22,13 @@ [% endif %] + [% if release.version_int >= 28 %] + + + x86_64 + ppc64le + aarch64 + + + [% endif %]