Skip to content
Snippets Groups Projects
Commit bec13fc2 authored by David Douard's avatar David Douard
Browse files

update Cassandra debian repository url

parent c02a147d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ package manager. On Debian/Ubuntu-based distributions::
sudo wget https://www.postgresql.org/media/keys/ACCC4CF8.asc -O /etc/apt/trusted.gpg.d/postgresql.asc
echo "deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" | sudo tee -a /etc/apt/sources.list.d/pgdg.list
sudo wget https://downloads.apache.org/cassandra/KEYS -O /etc/apt/trusted.gpg.d/cassandra.asc
echo "deb https://downloads.apache.org/cassandra/debian 40x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.list
echo "deb https://debian.cassandra.apache.org 41x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.list
sudo apt update
sudo apt install \
build-essential pkg-config lzip rsync \
......
......@@ -456,7 +456,7 @@ or if you need some third-party repository, say cassandra (for swh-storage):
gbp buildpackage --git-builder=sbuild -As \
--no-clean-source --force-orig-source \
--extra-repository='deb [trusted=yes] https://debian.softwareheritage.org/ unstable main' \
--extra-repository='deb [arch=amd64 trusted=yes] https://downloads.apache.org/cassandra/debian/ 40x main'
--extra-repository='deb [arch=amd64 trusted=yes] https://debian.cassandra.apache.org 41x main'
For **buster**, it would be (note the usage of aptitude as resolver as the
backports repository is used):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment