From 3724c3bb342fc84e96f96e53e0302800ccebd403 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Tue, 18 Aug 2026 16:30:51 -0400 Subject: [PATCH] chore: add fedora-45.yaml for branching and update fedora-44.yaml Signed-off-by: Paul Whalen --- fedora-44.yaml | 3 ++- fedora-45.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fedora-45.yaml diff --git a/fedora-44.yaml b/fedora-44.yaml index 3df73a4..912f7ea 100644 --- a/fedora-44.yaml +++ b/fedora-44.yaml @@ -2,5 +2,6 @@ # will be removed in the future. releasever: 44 repos: - - fedora-devel + - fedora + - fedora-updates include: fedora-bootc.yaml diff --git a/fedora-45.yaml b/fedora-45.yaml new file mode 100644 index 0000000..9c86c40 --- /dev/null +++ b/fedora-45.yaml @@ -0,0 +1,6 @@ +# NB: This treefile is used by the legacy pungi path only to build tier-1. It +# will be removed in the future. +releasever: 45 +repos: + - fedora-devel +include: fedora-bootc.yaml