From d409ee5203f0162af613317b626db74908cbff8c Mon Sep 17 00:00:00 2001 From: Mark Kemel Date: Sun, 8 Dec 2024 15:29:31 +0200 Subject: [PATCH] Configure Packit to handle downstream builds Adding configuration for Packit to: 1. Propose PR on src.fedoraproject.org triggered by release on GH 2. Once merged (and thus new commit created in dist-git) - Koji and Bodhi updates will be triggered. The .packit.yml configuration file should be updated in dist-git as well as part of the PR, so no need to create Packit configuration in dist git right now Signed-off-by: Mark Kemel --- .packit.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.packit.yml b/.packit.yml index 537e97a4fb..f70fa5d287 100644 --- a/.packit.yml +++ b/.packit.yml @@ -106,3 +106,22 @@ jobs: - fedora-all-ppc64le - fedora-all-s390x - fedora-all-x86_64 + + - job: propose_downstream + trigger: release + dist_git_branches: + - fedora-all + - epel-all + + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + - epel-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + # rawhide updates are created automatically + - fedora-branched + - epel-all