summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2024-09-03 16:19:18 +0530
committerLokesh Mandvekar <lsm5@fedoraproject.org>2024-09-03 16:19:18 +0530
commit17f8b04ae9afccad69a48f9e5d061802e2e19b74 (patch)
treee5ba1b9ab7b12e224c8661cb73e564d51431d5bb
parent5d534f0bc9c316462cac3383169ebb2b61c06ff0 (diff)
Packit: add sidetag to release with aardvark-dns
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 The targets for bodhi update should be `fedora-all` and not fedora-branched as the update is with builds from a sidetag and not the default tag. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--.packit.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.packit.yaml b/.packit.yaml
index abbfa15..61b9f74 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -88,13 +88,14 @@ jobs:
- job: koji_build
trigger: commit
+ sidetag_group: netavark-releases
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
+ - job: bodhi_update
+ trigger: koji_build
+ sidetag_group: netavark-releases
+ dependencies:
+ - aardvark-dns
+ dist_git_branches:
+ - fedora-all