forked from rpm-software-management/dnf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packit.yaml
More file actions
31 lines (27 loc) · 762 Bytes
/
.packit.yaml
File metadata and controls
31 lines (27 loc) · 762 Bytes
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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: dnf5.spec
# add or remove files that should be synced
files_to_sync:
- dnf5.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: dnf5
# downstream (Fedora) RPM package name
downstream_package_name: dnf5
jobs:
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- fedora-38
copy_upstream_release_description: true
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-rawhide
- fedora-38
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-38 # rawhide updates are created automatically