diff --git a/.packit.yml b/.packit.yml new file mode 100644 index 0000000..24c5371 --- /dev/null +++ b/.packit.yml @@ -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