Skip to content

Commit

Permalink
Merge pull request #3448 from bgurney-rh/packit-vendor-filterer
Browse files Browse the repository at this point in the history
.packit.yaml: Use cargo-vendor-filterer
  • Loading branch information
mulkieran authored Sep 21, 2023
2 parents a3f8392 + 990f95d commit 2158d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ actions:
- "git clone https://github.com/stratis-storage/ci --depth=1 ../distro"
- "mv ../distro/mockbuild_test/stratisd.spec ../distro/stratisd.spec"
create-archive:
- "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratisd.spec stratisd $(rpmspec -q --srpm --qf %{Version} ../distro/stratisd.spec)'"
- "cargo install cargo-vendor-filterer"
- "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratisd.spec stratisd $(rpmspec -q --srpm --qf %{Version} ../distro/stratisd.spec) --vendor-method=filtered'"
fix-spec-file:
- "echo 'skipping automatic fix-spec-file actions'"
get-current-version:
Expand All @@ -23,6 +24,7 @@ actions:
srpm_build_deps:
- git
- cargo
- openssl-devel

jobs:
- job: copr_build
Expand Down

0 comments on commit 2158d88

Please sign in to comment.