diff --git a/ccmlib/repository.py b/ccmlib/repository.py index 8a7dd1b3..162c9579 100644 --- a/ccmlib/repository.py +++ b/ccmlib/repository.py @@ -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"))