Skip to content

Commit 9315f83

Browse files
committed
Let try forge allowed projects in copr
1 parent f659960 commit 9315f83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.packit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See the documentation for more information:
22
# https://packit.dev/docs/configuration/
3-
3+
packit_instances: ["prod", "stg"]
44
specfile_path: python-knx-stack.spec
55

66
# add or remove files that should be synced
@@ -18,12 +18,14 @@ upstream_project_url: https://github.com/majamassarini/knx-stack
1818

1919
jobs:
2020
- job: copr_build
21+
packit_instances: ["stg"]
2122
trigger: pull_request
2223
metadata:
2324
targets: fedora-stable
2425
owner: mmassari
2526
project: knx-stack
2627
- job: copr_build
28+
packit_instances: ["stg"]
2729
trigger: commit
2830
metadata:
2931
targets: fedora-stable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pip install knx-stack
150150

151151
## Contributing
152152

153-
Pull requests are welcome, and I am waiting for them.
153+
Pull requests are welcome.
154154

155155
## License
156156

0 commit comments

Comments
 (0)