-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.packit.yaml
43 lines (33 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
42
43
# 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-openssh-keys/raw/rawhide/f/rust-openssh-keys.spec
prepare-files:
- bash -c 'rust2rpm -s openssh-keys $PACKIT_PROJECT_VERSION'
specfile_path: rust-openssh-keys.spec
upstream_project_url: https://github.com/coreos/openssh-keys
upstream_tag_template: v{version}
# add or remove files that should be synced
files_to_sync:
- .packit.yaml
- rust-openssh-keys.spec
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: openssh-keys
# downstream (Fedora) RPM package name
downstream_package_name: rust-openssh-keys
jobs:
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-all