You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/02/11 19:54:23 UTC

[cassandra-dtest] branch trunk updated: Update requirements.txt with the new ccm update strategy Patch by Ekaterina Dimitrova, reviewed by Michael Semb Wever for CASSANDRA-16438

This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 582f641  Update requirements.txt with the new ccm update strategy Patch by Ekaterina Dimitrova, reviewed by Michael Semb Wever for CASSANDRA-16438
582f641 is described below

commit 582f6415921a9f32e9dfb0c976d1fc626df86090
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Wed Feb 10 12:57:49 2021 -0500

    Update requirements.txt with the new ccm update strategy
    Patch by Ekaterina Dimitrova, reviewed by Michael Semb Wever for CASSANDRA-16438
---
 requirements.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 139bfc5..8e7ac0a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,11 @@
 -e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
-# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
+# For ccm changes, please, create a PR to the master branch of the ccm repository.
+# New commits to master are not automatically used by the python dtests. And changes 
+# made to ccm and intended/needed to be used by the dtests can be put in use by re-tagging cassandra-test to master's HEAD.
+# The re-tagging approach is
+# git tag -a -f cassandra-test
+# git push origin :refs/tags/cassandra-test
+# git push -f origin refs/tags/cassandra-test
 -e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
 decorator
 docopt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org