From 0a49c780e6fd35d3296b2555719669d92ddacae3 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Sat, 15 Feb 2025 17:35:23 +0100 Subject: [PATCH] Add packit file [skip changelog] --- .packit.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..1d68e68 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,25 @@ +--- +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +upstream_project_url: https://github.com/patrys/httmock +copy_upstream_release_description: false +upstream_tag_include: '^\d+\.\d+\.\d+$' + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - epel10 + - job: koji_build + trigger: commit + allowed_committers: ['packit','all_admins'] + dist_git_branches: + - fedora-rawhide + - epel10 + - job: bodhi_update + trigger: commit + allowed_builders: ['packit','all_users'] + dist_git_branches: + - fedora-rawhide