From 81da2239d60fba757a0790c2315fa42edaacc24e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 27 Aug 2018 12:29:37 -0400 Subject: [PATCH] fedora.conf: collapse ostree configs into a single entry Signed-off-by: Dusty Mabe (cherry picked from commit e57ce07820134f99e2903e83ff32ce162b07f26a) --- fedora.conf | 72 +++++++++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 46 deletions(-) diff --git a/fedora.conf b/fedora.conf index af82930..c1822b8 100644 --- a/fedora.conf +++ b/fedora.conf @@ -747,52 +747,32 @@ live_images = [ }), ] -ostree = [ - ("^AtomicHost$", { - "aarch64": { - "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', - "treefile": "fedora-atomic-host.json", - "config_url": "https://pagure.io/fedora-atomic.git", - "config_branch": "f29", - "repo": "Everything", - "tag_ref": False, - "ostree_repo": "/mnt/koji/compose/atomic/repo/", - 'failable': ['*'], - }, - "x86_64": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", - "treefile": "fedora-atomic-host.json", - "config_url": "https://pagure.io/fedora-atomic.git", - "config_branch": "f29", - "repo": "Everything", - "tag_ref": False, - "ostree_repo": "/mnt/koji/compose/atomic/repo/", - 'failable': ['*'], - }, - "ppc64le": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", - "treefile": "fedora-atomic-host.json", - "config_url": "https://pagure.io/fedora-atomic.git", - "config_branch": "f29", - "repo": "Everything", - "tag_ref": False, - "ostree_repo": "/mnt/koji/compose/atomic/repo/", - 'failable': ['*'], - } - }), - ("^Silverblue$", { - "x86_64": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", - "treefile": "fedora-atomic-workstation.json", - "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "f29", - "repo": "Workstation", - "tag_ref": False, - "ostree_repo": "/mnt/koji/compose/atomic/repo/", - 'failable': ['*'], - } - }) -] +ostree = { + "^AtomicHost$": { + "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', + "treefile": "fedora-atomic-host.json", + "config_url": "https://pagure.io/fedora-atomic.git", + "config_branch": "f29", + "repo": "Everything", + "tag_ref": False, + "ostree_repo": "/mnt/koji/compose/atomic/repo/", + "ostree_ref": "fedora/29/${basearch}/atomic-host", + "arches": ["aarch64", "ppc64le", "x86_64"], + "failable": ['*'], + }, + "^Silverblue$": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "treefile": "fedora-atomic-workstation.json", + "config_url": "https://pagure.io/workstation-ostree-config.git", + "config_branch": "f29", + "repo": "Workstation", + "tag_ref": False, + "ostree_repo": "/mnt/koji/compose/atomic/repo/", + "ostree_ref": "fedora/29/${basearch}/silverblue", + "arches": ["x86_64"], + "failable": ['*'], + } +} ostree_installer = [ ("^AtomicHost$", {