-
Notifications
You must be signed in to change notification settings - Fork 93
/
.packit.yaml
41 lines (34 loc) · 1.04 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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
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
packages:
coreos-installer-fedora:
specfile_path: rust-coreos-installer.spec
downstream_package_name: rust-coreos-installer
actions:
post-upstream-clone:
- wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec
changelog-entry:
- bash -c 'echo "- New upstream release"'
jobs:
- job: propose_downstream
trigger: release
packages: [coreos-installer-fedora]
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
packages: [coreos-installer-fedora]
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
packages: [coreos-installer-fedora]
dist_git_branches:
- fedora-all