26 lines
596 B
YAML
26 lines
596 B
YAML
|
# docs: https://packit.dev/docs/category/downstream-jobs
|
||
|
---
|
||
|
specfile_path: ledmon.spec
|
||
|
|
||
|
upstream_project_url: https://github.com/intel/ledmon
|
||
|
upstream_tag_template: "v{version}"
|
||
|
|
||
|
jobs:
|
||
|
- job: pull_from_upstream
|
||
|
trigger: release
|
||
|
dist_git_branches:
|
||
|
- fedora-all
|
||
|
issue_repository: https://src.fedoraproject.org/rpms/ledmon
|
||
|
|
||
|
- job: koji_build
|
||
|
trigger: commit
|
||
|
allowed_pr_authors: [ packit ]
|
||
|
allowed_committers: [ jamacku, msekleta ]
|
||
|
dist_git_branches:
|
||
|
- fedora-all
|
||
|
|
||
|
- job: bodhi_update
|
||
|
trigger: commit
|
||
|
dist_git_branches:
|
||
|
- fedora-branched
|