From c868dbaafcec542968aca0d865480dd997e56f0e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jun 21 2024 17:06:42 +0000 Subject: Update manifest file names for Atomic Desktops - Use '-ostree' suffixed ones for the "classic" ostree variants - Use the non-suffixed ones for the new Bootable Container variants See: https://pagure.io/workstation-ostree-config/pull-request/523 Signed-off-by: Timothée Ravier --- diff --git a/fedora.conf b/fedora.conf index e7e4ddf..75e2a46 100644 --- a/fedora.conf +++ b/fedora.conf @@ -670,7 +670,7 @@ ostree = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, "unified_core": True, - "treefile": "fedora-silverblue.yaml", + "treefile": "silverblue-ostree.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", "repo": "Everything", @@ -685,7 +685,7 @@ ostree = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, "unified_core": True, - "treefile": "fedora-kinoite.yaml", + "treefile": "kinoite-ostree.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", "repo": "Everything", @@ -700,7 +700,7 @@ ostree = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, "unified_core": True, - "treefile": "fedora-sericea.yaml", + "treefile": "sway-atomic-ostree.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", "repo": "Everything", @@ -715,7 +715,7 @@ ostree = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, "unified_core": True, - "treefile": "fedora-onyx.yaml", + "treefile": "budgie-atomic-ostree.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", "repo": "Everything", @@ -733,7 +733,7 @@ ostree_container = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", - "treefile": "fedora-silverblue.yaml", + "treefile": "silverblue.yaml", "arches": ["x86_64", "ppc64le", "aarch64"], "failable": ['*'], }, @@ -741,7 +741,7 @@ ostree_container = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", - "treefile": "fedora-kinoite.yaml", + "treefile": "kinoite.yaml", "arches": ["x86_64", "ppc64le", "aarch64"], "failable": ['*'], }, @@ -749,7 +749,7 @@ ostree_container = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", - "treefile": "fedora-sericea.yaml", + "treefile": "sway-atomic.yaml", "arches": ["x86_64", "aarch64"], "failable": ['*'], }, @@ -757,7 +757,7 @@ ostree_container = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "main", - "treefile": "fedora-onyx.yaml", + "treefile": "budgie-atomic.yaml", "arches": ["x86_64"], "failable": ['*'], }