scylladb / scylla-jmx

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

reloc-pkg: move all files under project name directory #105

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

this is reopened version of https://github.com/scylladb/scylla-jmx/pull/102, since it dequeued

To make unified relocatable package easily, we may want to merge tarballs to single tarball like this: zcat .tar.gz | gzip -c > scylla-unified.tar.xz But it's not possible with current relocatable package format, since there are multiple files conflicts, install.sh, SCYLLA--FILE, dist/, README.md, etc..

To support this, we need to archive everything in the directory when building relocatable package.

See: scylladb/scylla#6315

syuu1228 commented 4 years ago

@penberg ping