This is an automated email from the ASF dual-hosted git repository.
marcuse pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new a8be2e4bd9 ninja-fix add offlineclustermetadatadump tool to bin
directory in deb/rpm packages
a8be2e4bd9 is described below
commit a8be2e4bd94fc36abcd1fddca63d1045339790e1
Author: Marcus Eriksson <[email protected]>
AuthorDate: Mon Mar 16 08:52:12 2026 +0100
ninja-fix add offlineclustermetadatadump tool to bin directory in deb/rpm
packages
---
debian/cassandra-tools.install | 1 +
redhat/cassandra.spec | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/cassandra-tools.install b/debian/cassandra-tools.install
index db886fa423..8b2a310087 100644
--- a/debian/cassandra-tools.install
+++ b/debian/cassandra-tools.install
@@ -7,3 +7,4 @@ tools/bin/sstableofflinerelevel usr/bin
tools/bin/sstablerepairedset usr/bin
tools/bin/sstablesplit usr/bin
tools/bin/addtocmstool usr/bin
+tools/bin/offlineclustermetadatadump usr/bin
\ No newline at end of file
diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec
index 13a6cfddc3..d8ed47e653 100644
--- a/redhat/cassandra.spec
+++ b/redhat/cassandra.spec
@@ -207,6 +207,7 @@ This package contains extra tools for working with
Cassandra clusters.
%attr(755,root,root) %{_bindir}/generatetokens
%attr(755,root,root) %{_bindir}/hash_password
%attr(755,root,root) %{_bindir}/addtocmstool
+%attr(755,root,root) %{_bindir}/offlineclustermetadatadump
%changelog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]