File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+
3+ # yamllint disable rule:line-length
4+ upstream_project_url : https://github.com/stratis-storage/dbus-python-client-gen
5+
6+ specfile_path : ../distro/dbus-python-client-gen.spec
7+ merge_pr_in_ci : false
8+ downstream_package_name : python-dbus-python-client-gen
9+
10+ actions :
11+ post-upstream-clone :
12+ - " mkdir ../distro"
13+ - " bash -c '(cd ../distro; wget https://src.fedoraproject.org/rpms/python-dbus-python-client-gen/raw/rawhide/f/python-dbus-python-client-gen.spec)'"
14+ get-current-version :
15+ - " python3 setup.py --version"
16+
17+ jobs :
18+ - job : copr_build
19+ trigger : pull_request
20+ identifier : copr_pull
21+ targets :
22+ - fedora-all
23+
24+ - job : copr_build
25+ trigger : commit
26+ identifier : copr_commit
27+ preserve_project : true
28+ targets :
29+ - fedora-all
30+
31+ notifications :
32+ pull_request :
33+ successful_build : true
Original file line number Diff line number Diff line change 3636
3737.PHONY : yamllint
3838yamllint :
39- yamllint --strict .github/workflows/main.yml
39+ yamllint --strict .packit.yaml . github/workflows/main.yml
4040
4141.PHONY : package
4242package :
You can’t perform that action at this time.
0 commit comments