Enable copr builds and add packit config
This commit is contained in:
parent
2cb59c2ed6
commit
6ca96c9558
1 changed files with 14 additions and 0 deletions
14
.packit.yaml
Normal file
14
.packit.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
downstream_package_name: tuned
|
||||
jobs:
|
||||
- job: copr_build
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-30-x86_64
|
||||
- fedora-31-x86_64
|
||||
- fedora-rawhide-x86_64
|
||||
trigger: pull_request
|
||||
specfile_path: tuned.spec
|
||||
synced_files:
|
||||
- tuned.spec
|
||||
- .packit.yaml
|
||||
upstream_package_name: tuned
|
||||
Loading…
Reference in a new issue