Merge branch 'cassandra-5.0' into trunk

This commit is contained in:
Brandon Williams 2024-04-03 17:01:48 -05:00
commit 2944d77aac
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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`):