-
Notifications
You must be signed in to change notification settings - Fork 25
/
.packit.yaml
59 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
59
actions:
get-current-version:
- "python3 ./setup.py --version"
create-archive:
- "make local"
- 'bash -c "ls *.tar*"'
jobs:
- job: copr_build
metadata:
targets:
- fedora-all
trigger: pull_request
- job: tests
trigger: pull_request
targets:
- fedora-latest-stable
- job: copr_build
trigger: commit
owner: "@storage"
project: blivet-daily
branch: main
preserve_project: true
actions:
get-current-version:
- "python3 ./setup.py --version"
create-archive:
- "make local"
- 'bash -c "ls *.tar*"'
post-upstream-clone:
# bump release to 99 to always be ahead of Fedora builds
- 'bash -c "sed -i -r \"s/Release:(\s*)\S+/Release: 99%{?dist}/\" blivet-gui.spec"'
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched
srpm_build_deps:
- make
- gettext
- python3-devel
- python3-setuptools
- desktop-file-utils
- libappstream-glib
downstream_package_name: blivet-gui