Skip to content

reloc: rename package to align with arch convention #24

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions reloc/build_reloc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# SPDX-License-Identifier: Apache-2.0

print_usage() {
echo "build_reloc.sh --dest build/scylla-python3-package.tar.gz"
echo "build_reloc.sh --dest build/scylla-python3.tar.gz"
echo " --packages specify python3 packages to be add on relocatable package"
echo " --pip-packages specify pip packages to be add on relocatable package"
echo " --dest specify destination path"
Expand Down Expand Up @@ -57,7 +57,7 @@ VERSION=$(./SCYLLA-VERSION-GEN ${VERSION_OVERRIDE:+ --version "$VERSION_OVERRIDE
# the former command should generate build/SCYLLA-PRODUCT-FILE and some other version
# related files
PRODUCT=`cat build/SCYLLA-PRODUCT-FILE`
DEST=build/$PRODUCT-python3-$(arch)-package.tar.gz
DEST=build/$PRODUCT-python3-$(arch).tar.gz

if [ "$CLEAN" = "yes" ]; then
rm -rf build
Expand Down