You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/09/24 12:20:41 UTC

[cassandra] branch trunk updated: Cassandra website is building/including the wrong versioned nodetool docs

This is an automated email from the ASF dual-hosted git repository.

mck 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 3db6444  Cassandra website is building/including the wrong versioned nodetool docs
3db6444 is described below

commit 3db64445f90e6fdb5ef550fc37dd7e8cd1161561
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Sep 2 18:15:54 2020 +0200

    Cassandra website is building/including the wrong versioned nodetool docs
    
     patch by Mick Semb Wever; reviewed by Anthony Grasso, Benjamin Lerer for CASSANDRA-16093
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 8c9c49d..b3ba554 100644
--- a/build.xml
+++ b/build.xml
@@ -381,6 +381,7 @@
     <target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
         <delete dir="${build.dir}" />
         <delete dir="${doc.dir}/build" />
+        <delete dir="${doc.dir}/source/tools/nodetool" />
     </target>
 
     <!--


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org