Skip to content

Commit 1e9413c

Browse files
committed
reloc: rename package to align with arch convention
The `arch` in the package name is in a weird and not-common place. the arch should be added as a suffix before the dot. This commit align the package-name with the arch convention we use for RPM and deb packages. Issue scylladb/scylladb#9799
1 parent 8a77e76 commit 1e9413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reloc/build_reloc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ VERSION=$(./SCYLLA-VERSION-GEN ${VERSION_OVERRIDE:+ --version "$VERSION_OVERRIDE
7272
# the former command should generate build/SCYLLA-PRODUCT-FILE and some other version
7373
# related files
7474
PRODUCT=`cat build/SCYLLA-PRODUCT-FILE`
75-
DEST=build/$PRODUCT-python3-$(arch)-package.tar.gz
75+
DEST=build/$PRODUCT-python3-package-$(arch).tar.gz
7676

7777
if [ "$CLEAN" = "yes" ]; then
7878
rm -rf build

0 commit comments

Comments
 (0)