From 293581505f6ab351dbf676adb962e502b6eafb3b Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Oct 31 2024 15:36:28 +0000 Subject: pungi: update treefile to use for f41 fedora-bootc As discussed in https://gitlab.com/fedora/bootc/tracker/-/issues/39, we will be maintaining all Fedora versions in the `main` branch going forward. The `fedora-bootc.yaml` file upstream is now version-less. To not break pungi, we need it to use the stub treefile we added that sets the releasever to 41. --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 45c5c46..dc09887 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -279,8 +279,8 @@ ostree_container = { "^bootc$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/fedora-iot/base-images", - "config_branch": "f41", - "treefile": "fedora-bootc.yaml", + "config_branch": "main", + "treefile": "fedora-41.yaml", "repo": ["https://kojipkgs.fedoraproject.org/compose/41/Fedora-41-20241024.0/compose/Everything/$basearch/os/", "https://kojipkgs.fedoraproject.org/compose/updates/f41-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64", "ppc64le", "s390x"],