e851a3bc23
Upstream tag: v4.7.0 Upstream commit: 7566a2a5
42 lines
840 B
YAML
42 lines
840 B
YAML
---
|
|
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
downstream_package_name: python-podman
|
|
specfile_path: rpm/python-podman.spec
|
|
upstream_tag_template: v{version}
|
|
|
|
srpm_build_deps:
|
|
- make
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
targets:
|
|
- fedora-all
|
|
- centos-stream-8
|
|
- centos-stream-9
|
|
|
|
# Run on commit to main branch
|
|
- job: copr_build
|
|
trigger: commit
|
|
branch: main
|
|
owner: rhcontainerbot
|
|
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
|