mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
60b26fdfb4
|
|
@ -3,6 +3,7 @@ Merged from 4.0:
|
|||
* Remove unnecessary shuffling of GossipDigests in Gossiper#makeRandomGossipDigest (CASSANDRA-18546)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
|
||||
|
||||
4.1.2
|
||||
* Allow keystore and trustrore passwords to be nullable (CASSANDRA-18124)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ install: build
|
|||
dh_testroot
|
||||
dh_installdirs
|
||||
dh_install
|
||||
dh_python3
|
||||
|
||||
# Copy in the jar and symlink to something stable
|
||||
dh_install build/apache-cassandra-$(VERSION).jar \
|
||||
|
|
|
|||
Loading…
Reference in New Issue