forked from psss/python-nitrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packit.yaml
More file actions
45 lines (39 loc) · 693 Bytes
/
.packit.yaml
File metadata and controls
45 lines (39 loc) · 693 Bytes
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
upstream_package_name: python-nitrate
downstream_package_name: python-nitrate
specfile_path: python-nitrate.spec
files_to_sync: [python-nitrate.spec]
actions:
create-archive:
- make tarball
get-current-version:
- make version
srpm_build_deps:
- make
- python3-docutils
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- epel-10
- epel-9
- epel-8
- job: tests
trigger: pull_request
targets:
- fedora-all
- epel-10
- epel-9
- epel-8
- job: copr_build
trigger: commit
branch: main
targets:
- fedora-all
- epel-10
- epel-9
- epel-8
list_on_homepage: True
preserve_project: True
owner: psss
project: python-nitrate