[ 
https://issues.apache.org/jira/browse/CASSANDRA-20130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-20130:
-------------------------------------------
    Description: 
Commit in-tree both the .java-version and .python-version files.

Each branch has a default java version and python version.  We can honour that, 
and make life one less command when switching branches for those using jenv 
and/or pyenv. 

For those that do not have either jenv or pyenv installed, no harm.


It will need run… (as .gitignore won't work here) …so devs can still customise 
both…
```
git update-index --assume-unchanged .java-version .python-version
```



  was:
Commit in-tree and then .gitignore both the .java-version and .python-version 
files.

Each branch has a default java version and python version.  We can honour that, 
and make life one less command when switching branches for those using jenv 
and/or pyenv. 

For those that do not have either jenv or pyenv installed, no harm.



> jenv .java-version and pyenv .python-version defaults
> -----------------------------------------------------
>
>                 Key: CASSANDRA-20130
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20130
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Michael Semb Wever
>            Assignee: Michael Semb Wever
>            Priority: Normal
>              Labels: lhf
>
> Commit in-tree both the .java-version and .python-version files.
> Each branch has a default java version and python version.  We can honour 
> that, and make life one less command when switching branches for those using 
> jenv and/or pyenv. 
> For those that do not have either jenv or pyenv installed, no harm.
> It will need run… (as .gitignore won't work here) …so devs can still 
> customise both…
> ```
> git update-index --assume-unchanged .java-version .python-version
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to