Skip to content

Commit

Permalink
add packit
Browse files Browse the repository at this point in the history
  • Loading branch information
f-trivino committed Nov 7, 2019
1 parent c6769ad commit e6a9bd8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# we have the specfile in the root of our repository
specfile_path: tuned.spec
# when doing an update in Fedora, we want to copy the spec file and the config file
synced_files:
- tuned.spec
- .packit.yaml
upstream_project_name: tuned
downstream_package_name: tuned
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-rawhide-x86_64
- fedora-29-x86_64
- fedora-30-x86_64
- fedora-31-x86_64
- epel-8-x86_64

- job: tests
trigger: pull_request
metadata:
targets:
- fedora-29-x86_64
- fedora-30-x86_64
- fedora-31-x86_64
- fedora-rawhide-x86_64
- epel-8-x86_64

0 comments on commit e6a9bd8

Please sign in to comment.