mirror of https://github.com/apache/cassandra
Add sstablescrub to debian packaging
patch by slebresne; reviewed by jbellis for CASSANDRA-4642
This commit is contained in:
parent
98708d817f
commit
9eba7ab3ba
|
|
@ -2,6 +2,7 @@
|
|||
* Improve IAuthority interface by introducing fine-grained
|
||||
access permissions and grant/revoke commands (CASSANDRA-4490)
|
||||
* fix assumption error in CLI when updating/describing keyspace (CASSANDRA-4322)
|
||||
* Adds offline sstablescrub to debian packaging (CASSANDRA-4642)
|
||||
|
||||
|
||||
1.1.5
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ bin/sstable2json usr/bin
|
|||
bin/sstablekeys usr/bin
|
||||
bin/sstableloader usr/bin
|
||||
bin/cqlsh usr/bin
|
||||
bin/sstablescrub usr/bin
|
||||
tools/bin/cassandra-stress usr/bin
|
||||
tools/bin/token-generator usr/bin
|
||||
lib/*.jar usr/share/cassandra/lib
|
||||
|
|
|
|||
Loading…
Reference in New Issue