From 18c24c431bacfeff9ff92dd7c730da1acb77cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 31 Jan 2023 18:03:36 +0100 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 and https://github.com/osbuild/osbuild-composer/commit/82d4fbbb4eacb6d4705982e2d82e7a33ee2b2021 --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index f4c59f4..9df9f4c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -34,6 +34,6 @@ jobs: - job: bodhi_update trigger: commit dist_git_branches: - - fedora-stable # rawhide updates are created automatically + - fedora-branched # rawhide updates are created automatically - epel-8 - epel-9