25 lines
549 B
YAML
25 lines
549 B
YAML
upstream_package_name: zydis
|
|
upstream_project_url: https://github.com/zyantific/zydis
|
|
upstream_tag_template: v{version}
|
|
|
|
downstream_package_name: zydis
|
|
|
|
specfile_path: zydis.spec
|
|
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_pr_authors: ["packit", "topazus"]
|
|
allowed_committers: ["packit", "topazus"]
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-rawhide
|