26 lines
609 B
YAML
26 lines
609 B
YAML
# 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
|