Skip to content
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