Skip to content

Commit

Permalink
Packit: add sidetag to release with netavark
Browse files Browse the repository at this point in the history
Packit now supports Fedora sidetags to ship multiple package
updates in a single bodhi.
Ref: https://packit.dev/docs/fedora-releases-guide/releasing-multiple-packages

With sidetag enablement, the packit bodhi update job is only needed in
one package. In this case, we can keep the bodhi job in netavark.
Ref: containers/netavark#1071

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Sep 2, 2024
1 parent 07ece81 commit 4f3d45c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,8 @@ jobs:

- job: koji_build
trigger: commit
sidetag_group: netavark-releases
dependents:
- netavark
dist_git_branches:
- fedora-all

# NOTE: Bodhi update tasks are disabled to allow netavark and aardvark-dns X.Y
# builds in a single manual bodhi update. Leaving this commented out
# but not deleted so it's not forgotten.
#- job: bodhi_update
#trigger: commit
#dist_git_branches:
#- fedora-branched # rawhide updates are created automatically

0 comments on commit 4f3d45c

Please sign in to comment.