Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Sellier
swh-docs
Commits
bec13fc2
Commit
bec13fc2
authored
1 year ago
by
David Douard
Browse files
Options
Downloads
Patches
Plain Diff
update Cassandra debian repository url
parent
c02a147d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/devel/developer-setup.rst
+1
-1
1 addition, 1 deletion
docs/devel/developer-setup.rst
docs/sysadm/deployment/howto-debian-packaging.rst
+1
-1
1 addition, 1 deletion
docs/sysadm/deployment/howto-debian-packaging.rst
with
2 additions
and
2 deletions
docs/devel/developer-setup.rst
+
1
−
1
View file @
bec13fc2
...
...
@@ -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://d
ownloads.apache.org/cassandra/debian
4
0
x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.list
echo "deb https://d
ebian.cassandra.apache.org
4
1
x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.list
sudo apt update
sudo apt install \
build-essential pkg-config lzip rsync \
...
...
This diff is collapsed.
Click to expand it.
docs/sysadm/deployment/howto-debian-packaging.rst
+
1
−
1
View file @
bec13fc2
...
...
@@ -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://d
ownloads.apache.org/cassandra/debian/
4
0
x main'
--extra-repository='deb [arch=amd64 trusted=yes] https://d
ebian.cassandra.apache.org
4
1
x main'
For **buster**, it would be (note the usage of aptitude as resolver as the
backports repository is used):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment