You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2020/10/14 07:56:00 UTC

[jira] [Commented] (CASSANDRA-16163) Rename master branches to trunk in all repositories

    [ https://issues.apache.org/jira/browse/CASSANDRA-16163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213710#comment-17213710 ] 

Michael Semb Wever commented on CASSANDRA-16163:
------------------------------------------------

Instructions

1. In a git clone, create the trunk branch (as a rename of the master)
{code}
git branch -m master trunk
git branch --unset-upstream
git push -u origin  trunk
{code}

2. Open an INFRA ticket, asking for the upstream default branch to change
3. Inform developers of change.

> Rename master branches to trunk in all repositories
> ---------------------------------------------------
>
>                 Key: CASSANDRA-16163
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16163
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Michael Semb Wever
>            Priority: Normal
>
> Applies to the following repositories
> * cassandra-builds
> * cassandra-website
> * cassandra-dtest
> * cassandra-sidecar
> * cassandra-diff
> * cassandra-in-jvm-dtest-api
> * cassandra-harry
> This was discussed in https://lists.apache.org/thread.html/r54db4cd870d2d665060d5fb50d925843be4b4d54dc64f3d21f04c367%40%3Cdev.cassandra.apache.org%3E
> The general preference there was trunk over main, so to match the cassandra repository.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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