-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy path.packit.yaml
More file actions
66 lines (62 loc) · 1.36 KB
/
Copy path.packit.yaml
File metadata and controls
66 lines (62 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
specfile_path: .distro/wannier90.spec
files_to_sync:
- src: .distro/
dest: ./
delete: true
filters:
- "protect .git*"
- "protect sources"
- "protect changelog"
- "protect gating.yaml"
# Temporary workaround until
# https://github.com/packit/packit/pull/2573
- "- wannier90.spec"
- .packit.yaml
upstream_package_name: wannier90
downstream_package_name: wannier90
upstream_tag_template: v{version}
targets:
- fedora-all-x86_64
- fedora-all-aarch64
_:
# Job templates
- &build-in-packit
job: copr_build
- &build-in-lecris
<<: *build-in-packit
owner: lecris
- &tests-downstream
job: tests
fmf_path: .distro
identifier: downstream
jobs:
# Upstream jobs
- <<: *build-in-lecris
trigger: release
project: release
- <<: *tests-downstream
trigger: release
- <<: *build-in-lecris
trigger: commit
branch: main
project: nightly
- <<: *tests-downstream
trigger: commit
branch: main
- <<: *build-in-packit
trigger: pull_request
- <<: *tests-downstream
trigger: pull_request
# Downstream jobs
- 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