mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
before this change, the filename in path of reloc package looks like: tools-scylla-5.4.0~dev-0.20230816.2eb6dc57297e.noarch.tar.gz but it should have been: scylla-tools-5.4.0~dev-0.20230816.2eb6dc57297e.noarch.tar.gz so, when repackaging the reloc tarball to rpm / deb, the scripts just fails to find the reloc tarball and fail. after this change, the filename is corrected to match with the one generated using `build_reloc.sh`. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>