Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra branch name fix #2025

Merged

Conversation

marcomicera
Copy link
Contributor

Apache Cassandra does not have a 'cassandra-2.1.10' branch anymore. This causes this git checkout command to fail:

vm.RemoteCommand(
'cd {0}; git clone {1}; cd {2}; git checkout {3}; {4}/bin/ant'.format(
INSTALL_DIR,
CASSANDRA_GIT_REPRO,
CASSANDRA_DIR,
CASSANDRA_VERSION,
ANT_HOME_DIR))

cassandra-2.1 should do the job.

@cwilkes
Copy link
Contributor

cwilkes commented Nov 6, 2019

@marcomicera can you sync up your PR with master? I tried to do it but managed to screw up (and then fix) the changes to CHANGES.next.md but I'm still getting complaints about rebasing. The PR looks good for the Cassandra version change and I'd like to get it commited.

@marcomicera
Copy link
Contributor Author

Sure. Doing it now.

@cwilkes cwilkes merged commit 81bbf7b into GoogleCloudPlatform:master Nov 7, 2019
@marcomicera marcomicera deleted the fix_cassandra_branch_name branch December 24, 2019 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants