-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.packit.yaml
57 lines (54 loc) · 1.18 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
files_to_sync:
- src: .distro/
dest: ./
delete: true
filters:
- "protect .git*"
- "protect sources"
- "protect changelog"
- "- plans/rpmlint.fmf"
- .packit.yaml
upstream_package_name: f2py-cmake
specfile_path: .distro/f2py-cmake.spec
downstream_package_name: f2py-cmake
upstream_tag_template: v{version}
targets: &targets
- fedora-all-x86_64
- fedora-all-aarch64
# TODO: Package for epel-10 once scikit-build-core is packaged there
# - epel-10-x86_64
# - epel-10-aarch64
jobs:
- &copr_build
job: copr_build
trigger: pull_request
- &tests
job: tests
trigger: pull_request
fmf_path: .distro
- <<: *copr_build
trigger: release
owner: "@scikit-build"
project: release
- <<: *tests
trigger: release
- <<: *copr_build
trigger: commit
branch: main
owner: "@scikit-build"
project: nightly
- <<: *tests
trigger: commit
branch: main
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched