Skip to content

Commit b89a029

Browse files
committed
Add custom copr job to .packit.yaml
1 parent 6e49990 commit b89a029

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.packit.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ files_to_sync:
1313
upstream_package_name: knx-stack
1414
# downstream (Fedora) RPM package name
1515
downstream_package_name: knx-stack
16+
17+
jobs:
18+
- job: copr_build
19+
trigger: pull_request
20+
targets: fedora-stable
21+
owner: mmassari
22+
project: knx-stack
23+
- job: copr_build
24+
trigger: commit
25+
targets: fedora-stable
26+
owner: mmassari
27+
project: knx-stack

0 commit comments

Comments
 (0)