-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.packit.yaml
39 lines (34 loc) · 921 Bytes
/
.packit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: asahi-audio.spec
files_to_sync:
- asahi-audio.spec
- .packit.yaml
actions:
# Fetch the specfile from Rawhide and disable rpmautospec
post-upstream-clone: "bash -c \"curl -s https://src.fedoraproject.org/rpms/asahi-audio/raw/main/f/asahi-audio.spec | sed -e '/^%autochangelog$/d' > asahi-audio.spec\""
srpm_build_deps:
- bash
- curl
- sed
jobs:
- job: copr_build
trigger: commit
owner: "@asahi"
project: packit-builds
targets:
- fedora-all-aarch64
- fedora-rawhide-i386
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64
- job: copr_build
trigger: pull_request
owner: "@asahi"
project: packit-builds
targets:
- fedora-all-aarch64
- fedora-rawhide-i386
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64