mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
a63b40aae3
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>
20 lines
502 B
YAML
20 lines
502 B
YAML
# 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
|