Skip to content

Commit 59d0c32

Browse files
authored
Merge pull request #692 from lsm5/packit-downstream
Packit: Only create dist-git PRs for rawhide
2 parents 68b2e5b + 8dff57f commit 59d0c32

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.packit.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,16 @@ jobs:
123123
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo
124124

125125
# Sync to Fedora
126+
# NOTE: Breaking changes related to Podman6 will only be shipped to Fedora
127+
# Rawhide (to be Fedora 45) and newer.
128+
# TODO: Update dist_git_branches as and when new Fedora releases are
129+
# available.
126130
- job: propose_downstream
127131
trigger: release
128132
packages: [aardvark-dns-fedora]
129133
update_release: false
130134
dist_git_branches: &fedora_targets
131-
- fedora-all
135+
- fedora-rawhide
132136

133137
# Sync to CentOS Stream
134138
- job: propose_downstream

0 commit comments

Comments
 (0)