riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Use http for cloning apache repo from github #642

Closed spodkowinski closed 7 years ago

spodkowinski commented 7 years ago

Currently all tests on builds.apache.org seem to be broken in case they are trying to clone from github using ssh.

Example: https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-3.0-dtest/lastCompletedBuild/testReport/batch_test/TestBatch/logged_batch_compatibility_2_test/

Starting with 72b181a2a we now clone using ssh instead of http, which requires the server's ssh key in known_hosts. As this doesn't have to be the case on CI nodes, I'd suggest to stick with http instead, as the apache repo on github is read-only anyways.