forked from coreos/coreos-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packit.yaml
40 lines (32 loc) · 1014 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
40
# 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-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec -O rust-coreos-installer.spec"
specfile_path: rust-coreos-installer.spec
upstream_tag_template: v{version}
# add or remove files that should be synced
files_to_sync:
- rust-coreos-installer.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: coreos-installer
# downstream (Fedora) RPM package name
downstream_package_name: rust-coreos-installer
jobs:
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- fedora-stable
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-rawhide
- fedora-stable
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-stable