From 1b03af81379727b14f2e59e6ac3b7fcb068a9840 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 8 Feb 2024 20:44:38 +0530 Subject: [PATCH] [v4.9] [skip-ci] packit: update fedora downstream branches v4.9 only for Fedora 38 and 39. Fedora rawhide and 40 will move to v5. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 31218d67bd..4ee1ab75a5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -66,15 +66,14 @@ jobs: - job: propose_downstream trigger: release update_release: false - dist_git_branches: - - fedora-all + dist_git_branches: &stable_fedora + - fedora-39 + - fedora-38 - job: koji_build trigger: commit - dist_git_branches: - - fedora-all + dist_git_branches: *stable_fedora - job: bodhi_update trigger: commit - dist_git_branches: - - fedora-branched # rawhide updates are created automatically + dist_git_branches: *stable_fedora