forked from martinpitt/umockdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packit.yaml
58 lines (51 loc) · 1.49 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
54
55
56
57
58
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_project_url: https://github.com/martinpitt/umockdev
issue_repository: https://github.com/martinpitt/umockdev
copy_upstream_release_description: true
upstream_package_name: umockdev
downstream_package_name: umockdev
# HACK: should be implied, but fails propose_downstream: https://github.com/packit/packit-service/issues/1511
specfile_path: packaging/umockdev.spec
actions:
create-archive:
- meson tmp/dist
# ignore local spec changes from packit
- meson dist -C tmp/dist --no-tests --allow-dirty
- sh -ec 'mv tmp/dist/meson-dist/umockdev-*.tar.xz packaging/; ls packaging/umockdev-*.tar.xz'
srpm_build_deps:
- meson
- gcc
- vala
- libpcap-devel
- glib2-devel
- systemd-devel
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-development-x86_64
- fedora-development-i386
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-development-armhfp
- job: tests
trigger: pull_request
targets:
- fedora-latest
- centos-stream-9-x86_64
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-development
- fedora-stable
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched