Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue ci 487 #3484

Merged
merged 1 commit into from
Oct 27, 2023
Merged
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
8 changes: 4 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ actions:
post-upstream-clone:
- "git clone https://github.com/stratis-storage/ci --depth=1 ../distro"
- "mv ../distro/mockbuild_test/stratisd.spec ../distro/stratisd.spec"
create-archive:
- "cargo install cargo-version-util"
- "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'"
create-archive:
- "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratisd.spec stratisd --vendor-method=filtered'"
fix-spec-file:
- "echo 'skipping automatic fix-spec-file actions'"
get-current-version:
# TODO: Figure out a way to get this info via cargo
- "rpmspec -q --srpm --qf %{Version}\n ../distro/stratisd.spec"
- "cargo version-util get-version"

srpm_build_deps:
- git
Expand Down