mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
2944d77aac
|
|
@ -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
|
||||
deb https://debian.cassandra.apache.org 42x main
|
||||
$ echo "deb [signed-by=/etc/apt/keyrings/apache-cassandra.asc] https://debian.cassandra.apache.org 51x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
|
||||
deb https://debian.cassandra.apache.org 51x 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 {51_version} and the corresponding distribution name is `51x` (with an "x" as the suffix).
|
||||
For older releases use:
|
||||
|
||||
* `311x` for C* {3x_version} series
|
||||
* `30x` for {30_version}
|
||||
* `22x` for {22_version}
|
||||
* `21x` for {21_version}
|
||||
* `51x` for C* {51_version} series
|
||||
* `50x` for C* {50_version} series
|
||||
* `41x` for C* {41_version} series
|
||||
|
||||
For example, to add the repository for version {40_version} (`40x`):
|
||||
For example, to add the repository for version {51_version} (`51x`):
|
||||
|
|
|
|||
Loading…
Reference in New Issue