From 2cdd4d5bd485f2a336f3c96689a2fc3a1a8cc238 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 30 Oct 2023 08:42:24 +0100 Subject: [PATCH] enable packit --- .packit.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .packit.yml 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