From 2a19b294ecdc5fb5bc353b172a8716bcf14d4a6a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 2 Nov 2023 10:11:05 -0400 Subject: [PATCH] manifest: add fedora-candidate-compose to list of repos Late in the Fedora major release process adding this repo will allow us to pull in candidate RPMs that are proposed to fix release blocking or freeze exception issues. We will be able to test out these proposed fixes sooner and also be more prepared for releasing our final `next` release once the release is deemed "Go". See https://github.com/coreos/fedora-coreos-config/pull/2705 --- manifest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yaml b/manifest.yaml index 6497a636a8..09132d3ea9 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -11,6 +11,7 @@ repos: # GitHub Action. - fedora-next - fedora-next-updates + - fedora-candidate-compose include: manifests/fedora-coreos.yaml