-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.packit.yaml
58 lines (51 loc) · 1.11 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
---
downstream_package_name: rpmdeplint
upstream_project_url: https://github.com/fedora-ci/rpmdeplint
files_to_sync:
- rpmdeplint.spec
- .packit.yaml
actions:
create-archive:
- "python3 -m build --sdist --outdir ."
- "sh -c 'echo rpmdeplint-$(hatch version).tar.gz'"
get-current-version:
- bash -c "hatch version | sed 's|^\([[:digit:]]\.[[:digit:]]\)rc|\1~rc|'"
srpm_build_deps:
- python3-build
- hatch
- python3-hatch-vcs
upstream_tag_template: v{version}
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- epel-9
- job: copr_build
trigger: commit
branch: main
targets:
- fedora-all
- epel-9
owner: "@osci"
project: rpmdeplint
- job: tests
trigger: pull_request
targets:
- fedora-all
- epel-9
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
- epel-9
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- epel-9
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched
- epel-9