enable packit
This commit is contained in:
parent
d231372138
commit
2cdd4d5bd4
30
.packit.yml
Normal file
30
.packit.yml
Normal file
@ -0,0 +1,30 @@
|
||||
# docs: https://packit.dev/docs/category/downstream-jobs
|
||||
---
|
||||
|
||||
specfile_path: nghttp2.spec
|
||||
|
||||
upstream_project_url: https://github.com/nghttp2/nghttp2
|
||||
upstream_tag_template: "v{version}"
|
||||
|
||||
actions:
|
||||
changelog-entry:
|
||||
- echo "- update to the latest upstream release"
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
issue_repository: https://src.fedoraproject.org/rpms/nghttp2
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: [ packit ]
|
||||
allowed_committers: [ jamacku, msekleta, kdudka ]
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
Loading…
Reference in New Issue
Block a user