All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] Upcoming change to the gfs2-utils.git repository
@ 2022-01-04 15:35 Andrew Price
  2022-01-04 16:21 ` Alexander Aring
  2022-01-05 11:38 ` Andrew Price
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Price @ 2022-01-04 15:35 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Happy new year, all!

Just a heads-up that the main branch in gfs2-utils.git will be renamed 
from master to main tomorrow (January 5). I will follow the procedure here:

   https://wiki.clusterlabs.org/wiki/How_to_rename_git_default_branch

The wiki page also has a section on how to update your local clone to 
use the new upstream branch name. Thanks to Ken for writing that up!

This change affects https://pagure.io/gfs2-utils.git

I will post a follow-up once the change has been completed.

Cheers,
Andy



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] Upcoming change to the gfs2-utils.git repository
  2022-01-04 15:35 [Cluster-devel] Upcoming change to the gfs2-utils.git repository Andrew Price
@ 2022-01-04 16:21 ` Alexander Aring
  2022-01-05 11:38 ` Andrew Price
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Aring @ 2022-01-04 16:21 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

On Tue, Jan 4, 2022 at 10:36 AM Andrew Price <anprice@redhat.com> wrote:
>
> Happy new year, all!
>
> Just a heads-up that the main branch in gfs2-utils.git will be renamed
> from master to main tomorrow (January 5). I will follow the procedure here:
>
>    https://wiki.clusterlabs.org/wiki/How_to_rename_git_default_branch
>
> The wiki page also has a section on how to update your local clone to
> use the new upstream branch name. Thanks to Ken for writing that up!
>
> This change affects https://pagure.io/gfs2-utils.git
>
> I will post a follow-up once the change has been completed.

I think as dlm (userspace) is part of clusterlabs infrastructure the
dlm repository [0] should also be switched?

- Alex

[0] https://pagure.io/dlm



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] Upcoming change to the gfs2-utils.git repository
  2022-01-04 15:35 [Cluster-devel] Upcoming change to the gfs2-utils.git repository Andrew Price
  2022-01-04 16:21 ` Alexander Aring
@ 2022-01-05 11:38 ` Andrew Price
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Price @ 2022-01-05 11:38 UTC (permalink / raw)
  To: cluster-devel.redhat.com

On 04/01/2022 15:35, Andrew Price wrote:
> Happy new year, all!
> 
> Just a heads-up that the main branch in gfs2-utils.git will be renamed 
> from master to main tomorrow (January 5). I will follow the procedure here:
> 
>  ? https://wiki.clusterlabs.org/wiki/How_to_rename_git_default_branch
> 
> The wiki page also has a section on how to update your local clone to 
> use the new upstream branch name. Thanks to Ken for writing that up!
> 
> This change affects https://pagure.io/gfs2-utils.git
> 
> I will post a follow-up once the change has been completed.

This change is now complete. To update your gfs2-utils git branch 
references locally, use:

   $ git branch --set-upstream-to origin/main <branch>

for <branch>es that currently have origin/master as the remote ref.

To rename your local master branch to main:

   $ git branch -m master main

Cheers,
Andy



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-05 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 15:35 [Cluster-devel] Upcoming change to the gfs2-utils.git repository Andrew Price
2022-01-04 16:21 ` Alexander Aring
2022-01-05 11:38 ` Andrew Price

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.