scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

build_reloc.sh: rename relocatable packages #185

Closed syuu1228 closed 2 years ago

syuu1228 commented 2 years ago

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 https://github.com/scylladb/scylla/issues/9799

syuu1228 commented 2 years ago

@avikivity ping, we need this for https://github.com/scylladb/scylla/pull/10891