Skip to content
Snippets Groups Projects
Commit b8f7539e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

debian/gbp-buildpackage: Use mirror of cassandra debian repository

Main apache repository is no longer reachable from our infra so we
need to use a mirror to fetch cassandra package now.
parent cabe23bc
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ pipeline {
}
if ('cassandra' in wanted_extra_repositories) {
extra_repositories.add("deb http://www.apache.org/dist/cassandra/debian 40x main")
extra_repositories.add("deb https://debian.cassandra.apache.org 40x main")
extra_repository_keys.add('cassandra.asc')
}
......
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