-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.packit.yaml
62 lines (55 loc) · 1.16 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
59
60
61
62
---
packit_instances: ["prod", "stg"]
specfile_path: wait-for-copr.spec
files_to_sync:
- .packit.yaml
- wait-for-copr.spec
upstream_package_name: wait-for-copr
downstream_package_name: wait-for-copr
actions:
create-archive:
- "python3 -m build --sdist --outdir ."
- "sh -c 'echo wait_for_copr-$(hatch version).tar.gz'"
get-current-version:
- "hatch version"
srpm_build_deps:
- python3-build
- hatch
- python3-hatch-vcs
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- epel-9
- job: tests
trigger: pull_request
targets:
- fedora-all
- epel-9
- job: copr_build
trigger: commit
branch: main
targets:
- fedora-all
- epel-9
project: packit-dev
list_on_homepage: True
preserve_project: True
- job: copr_build
trigger: commit
branch: stable
targets:
- fedora-stable
- epel-9
project: packit-stable
list_on_homepage: True
preserve_project: True
- job: copr_build
trigger: release
targets:
- fedora-stable
- epel-9
project: packit-releases
list_on_homepage: True
preserve_project: True