forked from sid-project/sid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packit.yaml
53 lines (49 loc) · 1 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
actions:
post-upstream-clone:
- './autogen.sh'
- './configure'
create-archive:
- 'make'
- 'make dist'
- 'bash -c "ls *.tar*"'
get-current-version:
- 'bash -c "./configure --version | head -n1 | cut -f3 -d\" \""'
jobs:
- job: copr_build
metadata:
targets:
- fedora-rawhide-aarch64
- fedora-rawhide-ppc64le
- fedora-rawhide-x86_64
- fedora-latest-aarch64
- fedora-latest-ppc64le
- fedora-latest-x86_64
- fedora-latest-stable-aarch64
- fedora-latest-stable-ppc64le
- fedora-latest-stable-x86_64
trigger: pull_request
- job: copr_build
trigger: commit
owner: "@storage"
project: sid-daily
branch: main
preserve_project: true
srpm_build_deps:
- make
- gcc
- libtool
- autoconf
- autoconf-archive
- automake
- gperf
- libtool
- multilib-rpm-config
- gcc
- systemd-rpm-macros
- systemd-devel
- libudev-devel
- libuuid-devel
- libblkid-devel
- device-mapper-multipath-devel
downstream_package_name: sid
specfile_path: rpm/sid.spec