scylla-jmx/reloc
Takuya ASADA 06f27357b4 build_reloc.sh: rename relocatable packages
Currently, we use following naming convention for relocatable package
filename:
  ${package_name}-${arch}-package-${version}.${release}.tar.gz
But this is very different with Linux standard packaging system such as
.rpm and .deb.
Let's align the convention to .rpm style, so new convention should be:
  ${package_name}-${version}-${release}.${arch}.tar.gz

See scylladb/scylla#9799

Closes #185
2022-07-19 15:32:05 +03:00
..
build_deb.sh reloc: stop removing entire $BUILDDIR 2021-09-19 10:01:40 +03:00
build_reloc.sh build_reloc.sh: rename relocatable packages 2022-07-19 15:32:05 +03:00
build_rpm.sh Relocatable Package: create product prefixed relocatable archive 2020-10-15 17:10:21 +03:00