From 0613ee5cfdc9b72991ec50a8ab6f9986978ce1f0 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sat, 10 Mar 2018 12:28:33 -0500 Subject: [PATCH] fedora.conf: AtomicHost cloud images now go under AtomicHost dir In the output we will now put the AtomicHost cloud images under the AtomicHost/ directory instead of in CloudImages. Signed-off-by: Dusty Mabe --- fedora.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora.conf b/fedora.conf index 90e4daa..e6a90a1 100644 --- a/fedora.conf +++ b/fedora.conf @@ -370,6 +370,8 @@ image_build = { 'failable': ['*'], }, }, + ], + '^AtomicHost$': [ { 'image-build': { 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')],