mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Enable Packit pull-request CI
Enable it on all currently supported Fedora/EPEL architectures. Packit doesn't support our way of preparing source RPMs via the command 'tito build --srpm --test', but creates it's own source RPM instead. This doesn't seem to cause a practical problems, so we are good to go for now till the Packit RFE is implemented: https://github.com/packit/packit-service/issues/920 Fixes: #395
This commit is contained in:
parent
d96c9c7d7a
commit
6198e4d203
1 changed files with 9 additions and 0 deletions
9
.packit.yml
Normal file
9
.packit.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
Loading…
Add table
Reference in a new issue