This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new f4ab8cc Keep python driver in artifacts.
f4ab8cc is described below
commit f4ab8cce1e4f517406c1343d369326916586db67
Author: Brandon Williams <[email protected]>
AuthorDate: Wed May 26 13:56:48 2021 -0500
Keep python driver in artifacts.
Patch by brandonwilliams; approved by mck for CASSANDRA-16700
---
CHANGES.txt | 1 +
build.xml | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index e2305d1..90d5c08 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
4.0-rc2
+ * Keep python driver in artifacts (CASSANDRA-16700)
* Improve AuditLogging documentation and logback.xml(CASSANDRA-16682)
* Spin up SEPWorker threads whenever we grow the number of work
permits(CASSANDRA-16668)
* Add a warning to cqlsh 6.0.0 that DESCRIBE does not work with a Cassandra
3.x servers (CASSANDRA-16652)
diff --git a/build.xml b/build.xml
index ed42fb2..9198410 100644
--- a/build.xml
+++ b/build.xml
@@ -1185,6 +1185,11 @@
<exclude name="ide/nbproject/private/**" />
</tarfileset>
+ <!-- python driver -->
+ <tarfileset dir="${basedir}" prefix="${final.name}-src">
+ <include name="lib/cassandra-driver-internal-only-**" />
+ </tarfileset>
+
<!-- Shell includes in bin/ and tools/bin/ -->
<tarfileset dir="${basedir}" prefix="${final.name}-src">
<include name="bin/*.in.sh" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]