scylla-jmx/reloc
Takuya ASADA ec2a830876 reloc-pkg: move all files under project name directory
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
2020-06-03 09:53:11 +03:00
..
build_deb.sh reloc-pkg: move all files under project name directory 2020-06-03 09:53:11 +03:00
build_reloc.sh dist/debian: drop dependency on pystache 2020-05-23 06:08:01 +03:00
build_rpm.sh reloc-pkg: move all files under project name directory 2020-06-03 09:53:11 +03:00