scylla-jmx/scripts
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
..
symlinks dist: change scylla-jmx process name from 'java' to 'scylla-jmx' 2016-05-20 13:38:28 +03:00
create-relocatable-package.py reloc-pkg: move all files under project name directory 2020-06-03 09:53:11 +03:00
git-archive-all scripts: chmod a+rx git-archive-all to prevent building package 2016-12-30 10:18:52 +02:00
scylla-jmx Capture heap dump on OutOfMemoryError 2019-03-26 16:24:35 +02:00