forked from majamassarini/knx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packit.yaml
32 lines (27 loc) · 808 Bytes
/
.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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
packit_instances: ["stg", ]
specfile_path: python-knx-stack.spec
# add or remove files that should be synced
synced_files:
- python-knx-stack.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: knx-stack
# downstream (Fedora) RPM package name
downstream_package_name: knx-stack
upstream_project_url: https://github.com/majamassarini/knx-stack
issue_repository: https://github.com/majamassarini/knx-stack
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets: fedora-stable
owner: mmassari
project: knx-stack
- job: copr_build
trigger: commit
metadata:
targets: fedora-stable
owner: mmassari
project: knx-stack