You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
797 B
50 lines
797 B
upstream_package_name: Deprecated
|
|
upstream_tag_template: v{version}
|
|
downstream_package_name: python-deprecated
|
|
|
|
files_to_sync:
|
|
- python-deprecated.spec
|
|
- .packit.yml
|
|
|
|
jobs:
|
|
- job: propose_downstream
|
|
trigger: release
|
|
metadata:
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- fedora-all
|
|
|
|
# Downstream automation
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_pr_authors:
|
|
- packit
|
|
- mfocko
|
|
allowed_committers:
|
|
- packit
|
|
- mfocko
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- epel-9
|
|
- epel-10
|
|
|
|
- job: bodhi_update
|
|
trigger: koji_build
|
|
allowed_builders:
|
|
- packit
|
|
- mfocko
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- epel-9
|
|
- epel-10
|
|
|
|
srpm_build_deps:
|
|
- python3-pip
|
|
- python3-setuptools_scm
|
|
|