Skip to content

Commit

Permalink
Configure Packit to handle downstream builds
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mkemel committed Dec 20, 2024
1 parent 9ea7721 commit d409ee5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 comment on commit d409ee5

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.