Skip to content

Commit 3c4893f

Browse files
committed
Add custom copr job to .packit.yaml
1 parent 14a0f9d commit 3c4893f

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
@@ -12,3 +12,15 @@ files_to_sync:
1212
upstream_package_name: knx-stack
1313
# downstream (Fedora) RPM package name
1414
downstream_package_name: knx-stack
15+
16+
jobs:
17+
- job: copr_build
18+
trigger: pull_request
19+
targets: fedora-stable
20+
owner: mmassari
21+
project: knx-stack
22+
- job: copr_build
23+
trigger: commit
24+
targets: fedora-stable
25+
owner: mmassari
26+
project: knx-stack

0 commit comments

Comments
 (0)