Add packit file
[skip changelog]
This commit is contained in:
parent
f44b8e05c0
commit
0a49c780e6
1 changed files with 25 additions and 0 deletions
25
.packit.yaml
Normal file
25
.packit.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue