mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
44 lines
958 B
YAML
44 lines
958 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/
|
|
# and
|
|
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
|
|
|
|
specfile_path: rpm/buildah.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
|