Merge pull request #2865 from lsm5/packit-downstream

Packit: Only create dist-git PRs for rawhide
This commit is contained in:
Miloslav Trmač
2026-04-30 21:49:47 +02:00
committed by GitHub

View File

@@ -113,12 +113,16 @@ jobs:
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo
# Sync to Fedora
# NOTE: Breaking changes related to Podman6 will only be shipped to Fedora
# Rawhide (to be Fedora 45) and newer.
# TODO: Update dist_git_branches as and when new Fedora releases are
# available.
- job: propose_downstream
trigger: release
packages: [skopeo-fedora]
update_release: false
dist_git_branches: &fedora_targets
- fedora-all
- fedora-rawhide
actions:
post-modifications: >-
bash -c 'sed -i "s/^\(\s*\)ref: .*/\1ref: v${PACKIT_PROJECT_VERSION}/" ${PACKIT_DOWNSTREAM_REPO}/plans/main.fmf'