mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
Packit: initial enablement
This commit enables Packit `copr_build` tasks which will run on every PR and build RPMS using the spec file present upstream with Source0 as the archive created from HEAD commit of the PR. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
fe86f4639f
commit
a63b40aae3
19
.packit.yaml
Normal file
19
.packit.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
upstream_package_name: virt-manager
|
||||||
|
downstream_package_name: virt-manager
|
||||||
|
|
||||||
|
specfile_path: virt-manager.spec
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: copr_build
|
||||||
|
# Run on every PR
|
||||||
|
trigger: pull_request
|
||||||
|
# Defaults to x86_64 unless architecture is explicitly specified
|
||||||
|
targets:
|
||||||
|
- fedora-rawhide-aarch64
|
||||||
|
- fedora-rawhide-i386
|
||||||
|
- fedora-rawhide-ppc64le
|
||||||
|
- fedora-rawhide-s390x
|
||||||
|
- fedora-rawhide-x86_64
|
Loading…
Reference in New Issue
Block a user