mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
This commit is contained in:
commit
973aad7b68
|
|
@ -1 +1 @@
|
||||||
$ curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
|
$ curl -o /etc/apt/keyrings/apache-cassandra.asc https://downloads.apache.org/cassandra/KEYS
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
$ echo "deb https://debian.cassandra.apache.org 42x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
|
$ echo "deb [signed-by=/etc/apt/keyrings/apache-cassandra.asc] https://debian.cassandra.apache.org 50x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
|
||||||
deb https://debian.cassandra.apache.org 42x main
|
deb https://debian.cassandra.apache.org 50x main
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
The latest major version is {40_version} and the corresponding distribution name is `40x` (with an "x" as the suffix).
|
The latest major version is {50_version} and the corresponding distribution name is `50x` (with an "x" as the suffix).
|
||||||
For older releases use:
|
For older releases use:
|
||||||
|
|
||||||
* `311x` for C* {3x_version} series
|
* `50x` for C* {50_version} series
|
||||||
* `30x` for {30_version}
|
* `41x` for C* {41_version} series
|
||||||
* `22x` for {22_version}
|
* `40x` for C* {40_version} series
|
||||||
* `21x` for {21_version}
|
|
||||||
|
|
||||||
For example, to add the repository for version {40_version} (`40x`):
|
For example, to add the repository for version {50_version} (`50x`):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue