From 4efe7512cd8e3ae4c5a21aa2259792c996023e9f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 Aug 2023 16:45:39 -0700 Subject: [PATCH] ostree use f39 branch for config Signed-off-by: Kevin Fenzi --- fedora.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fedora.conf b/fedora.conf index ec1c0ae..02d5e17 100644 --- a/fedora.conf +++ b/fedora.conf @@ -724,7 +724,7 @@ ostree = { "unified_core": True, "treefile": "fedora-silverblue.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "main", + "config_branch": "f39", "repo": "Everything", "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/", @@ -739,7 +739,7 @@ ostree = { "unified_core": True, "treefile": "fedora-kinoite.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "main", + "config_branch": "f39", "repo": "Everything", "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/", @@ -754,7 +754,7 @@ ostree = { "unified_core": True, "treefile": "fedora-sericea.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "main", + "config_branch": "f39", "repo": "Everything", "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/", @@ -769,7 +769,7 @@ ostree = { "unified_core": True, "treefile": "fedora-onyx.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "main", + "config_branch": "f39", "repo": "Everything", "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/",