From 82dd699e38c7206890e6dac8dee38c7265651330 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 23 Oct 2017 21:26:22 +0200 Subject: [PATCH] There is no such thing as an Atomic variant in updates Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/staging-pungi.rpm.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/staging-pungi.rpm.conf.j2 b/roles/bodhi2/backend/files/staging-pungi.rpm.conf.j2 index 8205fcae3f..01c315490a 100644 --- a/roles/bodhi2/backend/files/staging-pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/files/staging-pungi.rpm.conf.j2 @@ -3,7 +3,7 @@ skip_phases= ["buildinstall"] release_name = '{{ id }}' release_short = '{{ id }}' release_version = '{{ release.version_int }}' -release_type = 'updates' +#release_type = 'updates' release_is_layered = False # GENERAL SETTINGS @@ -103,7 +103,7 @@ createiso_skip = [ {% if release.id_prefix == 'FEDORA' %} ostree = [ - ("^Atomic$", { + ("^Everything$", { "x86_64": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "treefile": "fedora-atomic-host.json",