37 lines
929 B
YAML
37 lines
929 B
YAML
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
specfile_path: python-APScheduler.spec
|
|
|
|
upstream_package_name: APScheduler
|
|
downstream_package_name: python-APScheduler
|
|
upstream_project_url: https://github.com/agronholm/apscheduler
|
|
|
|
upstream_tag_exclude: "^4.[0-9].[0-9]a" # exclude version 4 alpha releases
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
owner: mmassari
|
|
project: apscheduler
|
|
trigger: pull_request
|
|
targets:
|
|
- fedora-all
|
|
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
packit_instances: ["prod", "stg"]
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_pr_authors: ["packit-stg", "packit", "mmassari"]
|
|
allowed_committers: ["mmassari"]
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-branched # rawhide updates are created automatically
|
|
|