8f90708bfa
Upstream tag: v4.6.0 Upstream commit: 38e6fab9 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.0-rawhide-update-propose_downstream ```
42 lines
881 B
YAML
42 lines
881 B
YAML
---
|
|
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
# Build targets can be found at:
|
|
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
|
|
|
specfile_path: rpm/podman.spec
|
|
upstream_tag_template: v{version}
|
|
|
|
jobs:
|
|
- &copr
|
|
job: copr_build
|
|
trigger: pull_request
|
|
owner: rhcontainerbot
|
|
project: packit-builds
|
|
enable_net: true
|
|
srpm_build_deps:
|
|
- make
|
|
|
|
- <<: *copr
|
|
# Run on commit to main branch
|
|
trigger: commit
|
|
branch: main
|
|
project: podman-next
|
|
|
|
- job: propose_downstream
|
|
trigger: release
|
|
update_release: false
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-branched # rawhide updates are created automatically
|