Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---

# yamllint disable rule:line-length
upstream_project_url: https://github.com/stratis-storage/dbus-python-client-gen

specfile_path: ../distro/python-dbus-python-client-gen.spec
merge_pr_in_ci: false
downstream_package_name: python-dbus-python-client-gen

actions:
post-upstream-clone:
- "mkdir ../distro"
- "bash -c '(cd ../distro; wget https://src.fedoraproject.org/rpms/python-dbus-python-client-gen/raw/rawhide/f/python-dbus-python-client-gen.spec)'"
get-current-version:
- "python3 setup.py --version"

srpm_build_deps:
- wget2
- wget2-wget

jobs:
- job: copr_build
trigger: pull_request
identifier: copr_pull
targets:
- fedora-all

- job: copr_build
trigger: commit
identifier: copr_commit
preserve_project: true
targets:
- fedora-all

notifications:
pull_request:
successful_build: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ view:

.PHONY: yamllint
yamllint:
yamllint --strict .github/workflows/main.yml
yamllint --strict .packit.yaml .github/workflows/main.yml

.PHONY: package
package:
Expand Down