mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into trunk
This commit is contained in:
commit
91bb1c3b47
|
|
@ -150,6 +150,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
|
||||
|
|
|
|||
|
|
@ -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