From fe4902974d16c42c961e9b2ba692311f2c5f8f3a Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 05 2025 20:23:27 +0000 Subject: F-42: containers should use main Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 7e33509..5b846a4 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -276,8 +276,8 @@ ostree_container = { "^bootc$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/fedora-iot/base-images", - "config_branch": "f42", - "treefile": "fedora-rawhide.yaml", + "config_branch": "main", + "treefile": "fedora-42.yaml", "repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-42/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64", "ppc64le", "s390x"], "failable": ['*'], @@ -285,8 +285,8 @@ ostree_container = { "^bootc-base$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/fedora-iot/fedora-iot-bootc.git", - "config_branch": "f42", - "treefile": "fedora-iot-rawhide.yaml", + "config_branch": "main", + "treefile": "fedora-iot-42.yaml", "repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-42/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64"], "failable": ['*'],