From 6ece1138dff380057530724ffc7476266de7d60f Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 25 Oct 2023 11:16:36 +0200 Subject: [PATCH] enable Packit - pull_from_upstream - koji_build - bodhi_update --- .packit.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .packit.yml diff --git a/.packit.yml b/.packit.yml new file mode 100644 index 0000000..0ef93a3 --- /dev/null +++ b/.packit.yml @@ -0,0 +1,25 @@ +# docs: https://packit.dev/docs/category/downstream-jobs +--- +specfile_path: ledmon.spec + +upstream_project_url: https://github.com/intel/ledmon +upstream_tag_template: "v{version}" + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-all + issue_repository: https://src.fedoraproject.org/rpms/ledmon + + - job: koji_build + trigger: commit + allowed_pr_authors: [ packit ] + allowed_committers: [ jamacku, msekleta ] + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched