From ffa5fd956e98d6033a8cc89e036b75ad6815a11e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 15 Sep 2017 18:07:33 -0400 Subject: [PATCH] Revert "fedora: Use Atomic installtree/ISO for cloud image builds" We can't use the Atomic Host installer image because it runs at the same time the image builds do. See [1]. [1] https://src.fedoraproject.org/rpms/pungi/pull-request/://docs.pagure.org/pungi/phases.html This reverts commit 97b45259db5059d45d9b34a347a32dd8cffc9ef0. Signed-off-by: Dusty Mabe --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index e967f99..854cf67 100644 --- a/fedora.conf +++ b/fedora.conf @@ -353,7 +353,7 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 6, 'arches': ['aarch64', 'ppc64le', 'x86_64'], - 'install_tree_from': 'Atomic', + 'install_tree_from': 'Cloud', 'subvariant': 'Atomic', 'failable': ['*'], } @@ -366,7 +366,7 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 40, 'arches': ['x86_64'], - 'install_tree_from': 'Atomic', + 'install_tree_from': 'Cloud', 'subvariant': 'Atomic', 'failable': ['*'], },