Move deb/rpm repositories from dist/downloads .a.o to apache.jfrog.io

patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17748
This commit is contained in:
Mick Semb Wever 2022-07-25 13:02:47 +02:00
parent f821691239
commit b492341eb5
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
$ curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
$ curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -

View File

@ -1,2 +1,2 @@
$ echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb http://www.apache.org/dist/cassandra/debian 311x main
$ echo "deb https://debian.cassandra.apache.org 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb https://debian.cassandra.apache.org 311x main

View File

@ -1,6 +1,6 @@
[cassandra]
name=Apache Cassandra
baseurl=https://downloads.apache.org/cassandra/redhat/311x/
baseurl=https://redhat.cassandra.apache.org/311x/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://downloads.apache.org/cassandra/KEYS

View File

@ -72,7 +72,7 @@ will install the binaries and configuration files as the `cassandra` OS user.
include::example$BASH/docker_pull.sh[]
----
This `docker pull` command will get the specified version of the official
This `docker pull` command will get the specified version of the 'Docker Official'
Apache Cassandra image available from the https://hub.docker.com/_/cassandra[Dockerhub].
[arabic, start=2]