-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.packit.yaml
More file actions
38 lines (30 loc) · 798 Bytes
/
.packit.yaml
File metadata and controls
38 lines (30 loc) · 798 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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: tp_smapi.spec
# add or remove files that should be synced
files_to_sync:
- tp_smapi.spec
- .packit.yaml
actions:
get-current-version:
- bash -c "grep '#define TP_VERSION' tp_smapi.c | tr -c -d '[0-9.]'"
# name in upstream package repository/registry (e.g. in PyPI)
upstream_package_name: tp_smapi
# downstream (Fedora) RPM package name
downstream_package_name: tp_smapi
upstream_tag_template: tp-smapi/{version}
jobs:
- &copr
job: copr_build
trigger: pull_request
targets:
- epel-9
- epel-10
- fedora-stable
- <<: *copr
job: tests
- <<: *copr
trigger: commit
branch: master
owner: evgeni
project: linux-thinkpad-devel