-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.packit.yml
More file actions
49 lines (42 loc) · 1.09 KB
/
.packit.yml
File metadata and controls
49 lines (42 loc) · 1.09 KB
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
_:
project_settings: &project_settings
upstream_package_name: libmodulemd
upstream_project_url: https://github.com/fedora-modularity/libmodulemd
downstream_package_name: libmodulemd
specfile_path: fedora/libmodulemd.spec
packages:
libmodulemd:
<< : *project_settings
version_suffix: "^{PACKIT_PROJECT_SNAPSHOTID}"
update_release: false
# rpmbuild doesn't allow '^' in version on rhel 7, don't use caret notation
libmodulemd-epel7:
<< : *project_settings
actions:
get-current-version: ./get_version.sh
files_to_sync:
- fedora/
- .packit.yaml
jobs:
- job: sync_from_downstream
trigger: commit
- job: copr_build
trigger: pull_request
packages: [libmodulemd]
metadata:
targets:
- fedora-all
- fedora-rawhide-aarch64
- fedora-rawhide-i386
- fedora-rawhide-ppc64le
# fedora-rawhide-x86_64 is included in fedora-all
# fedora-rawhide-s390x has too long wait queue
- epel-8
- centos-stream-9
- centos-stream-10
- job: copr_build
trigger: pull_request
packages: [libmodulemd-epel7]
metadata:
targets:
- epel-7