Skip to content

Commit

Permalink
Switch GIT_REPO from gitbox to github
Browse files Browse the repository at this point in the history
github is encouraged for availability and high usage

 patch by Mick Semb Wever; reviewed by Brandon Williams
  • Loading branch information
michaelsembwever committed Jun 21, 2024
1 parent 09a6553 commit 3d84863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccmlib/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
DSE_ARCHIVE = "http://downloads.datastax.com/enterprise/dse-%s-bin.tar.gz"
OPSC_ARCHIVE = "http://downloads.datastax.com/enterprise/opscenter-%s.tar.gz"
ARCHIVE = "http://archive.apache.org/dist/cassandra"
GIT_REPO = "https://gitbox.apache.org/repos/asf/cassandra.git"
GITHUB_REPO = "https://github.com/apache/cassandra.git"
GIT_REPO = "https://github.com/apache/cassandra.git"
GITHUB_REPO = "https://github.com/apache/cassandra"
GITHUB_TAGS = "https://api.github.com/repos/apache/cassandra/git/refs/tags"
CCM_CONFIG = ConfigParser.RawConfigParser()
CCM_CONFIG.read(os.path.join(os.path.expanduser("~"), ".ccm", "config"))
Expand Down

0 comments on commit 3d84863

Please sign in to comment.