-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.packit.yaml
More file actions
40 lines (33 loc) · 795 Bytes
/
.packit.yaml
File metadata and controls
40 lines (33 loc) · 795 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
32
33
34
35
36
37
38
39
specfile_path: rpm/podman-bootc.spec
upstream_tag_template: v{version}
# add or remove files that should be synced
files_to_sync:
- rpm/podman-bootc.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: podman-bootc
# downstream (Fedora) RPM package name
downstream_package_name: podman-bootc
srpm_build_deps:
- git-archive-all
- make
- golang
actions:
fix-spec-file:
- "bash rpm/packit.sh"
jobs:
- job: copr_build
trigger: pull_request
enable_net: true
targets:
- fedora-all-x86_64
- job: copr_build
trigger: commit
enable_net: true
branch: main
owner: gmaglione
project: podman-bootc
list_on_homepage: true
preserve_project: true
targets:
- fedora-all