Merge branch 'cassandra-3.11' into cassandra-4.0

This commit is contained in:
Brandon Williams 2024-04-03 16:48:49 -05:00
commit f0aa6744d2
3 changed files with 12 additions and 7 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 40x 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 40x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb https://debian.cassandra.apache.org 40x main

View File

@ -1,5 +1,10 @@
The latest major version is {40_version} and the
corresponding distribution name is `40x` (with an "x" as the suffix).
For older releases use `311x` for C* {3x_version} series, `30x` for {30_version}, `22x`
for {22_version} and `21x` for {21_version}. For example, to add the repository for
version {40_version} (`40x`):
The latest major version is {40_version} and the corresponding distribution name is `40x` (with an "x" as the suffix).
For older releases use:
* `40x` for C* {40_version} series
* `311x` for C* {311_version} series
* `30x` for C* {30_version} series
* `22x` for C* {22_version} series
* `21x` for C* {21_version} series
For example, to add the repository for version {40_version} (`40x`):