From f3033dd579c6cf07d8502745b017a7467fa7639c Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 23 Sep 2022 08:51:28 +0200 Subject: [PATCH] packit: Enable Bodhi updates for unstable Fedoras As we don't only want to get Bodhi updates for the stable releases, but also the ones still in development, we need to use 'fedora-branched'. See https://packit.dev/docs/configuration/#aliases --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 44cf0718..7f19f450 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -66,4 +66,4 @@ jobs: - job: bodhi_update trigger: commit dist_git_branches: - - fedora-stable # rawhide updates are created automatically + - fedora-branched # rawhide updates are created automatically