-
Notifications
You must be signed in to change notification settings - Fork 33
/
.packit.yaml
39 lines (34 loc) · 989 Bytes
/
.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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
actions:
changelog-entry:
- bash -c 'echo "- New upstream release"'
post-upstream-clone:
- wget https://src.fedoraproject.org/rpms/rust-zincati/raw/rawhide/f/rust-zincati.spec
prepare-files:
- bash -c 'rust2rpm -s zincati $PACKIT_PROJECT_VERSION'
specfile_path: rust-zincati.spec
downstream_package_name: rust-zincati
upstream_package_name: zincati
upstream_tag_template: v{version}
# add or remove files that should be synced
files_to_sync:
- rust-zincati.spec
- .packit.yaml
jobs:
- job: propose_downstream
trigger: release
# https://packit.dev/docs/configuration#aliases
dist_git_branches:
- fedora-development
- fedora-latest-stable
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-development
- fedora-latest-stable
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-development
- fedora-latest-stable