You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Jarek Potiuk <ja...@potiuk.com> on 2021/05/28 18:03:03 UTC

Renaming master to main is happening

Hello everyone,

We will attempt with Ash to migrate the airflow repo from  "master" to
"main" today (likely the aftermath will be solved during the weekend).

This WILL likely cause some disruptions.

Brace yourselves !

J.

-- 
+48 660 796 129

Re: Renaming master branch to main is now done.

Posted by Jarek Potiuk <ja...@potiuk.com>.
Just one thing. For your own forks you will get information that the
default branch of the parent repository has changed and you have to
manually rename master -> main yourself.

Also, as of recently (May 6) you can easily sync branches in your fork with
the upstream:

https://github.blog/changelog/2021-05-06-sync-an-out-of-date-branch-of-a-fork-from-the-web/

So take the opportunity and sync the latest master^H^H^H^H^Hmain in your
fork.

J


On Tue, Jun 1, 2021 at 2:24 PM Ryan Hamilton
<ry...@astronomer.io.invalid> wrote:

> Nice workโ€”thank you!
>
> On Tue, Jun 1, 2021 at 6:36 AM Sumit Maheshwari <su...@gmail.com>
> wrote:
>
>> ๐Ÿ‘๐Ÿ‘
>>
>> On Tue, Jun 1, 2021 at 3:57 PM Dennis Akpenyi <de...@gmail.com>
>> wrote:
>>
>>> Great Job!
>>>
>>> On Tue, Jun 1, 2021 at 12:19 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>
>>>> Wohoo!
>>>>
>>>> On Tue, Jun 1, 2021 at 12:06 PM Ash Berlin-Taylor <as...@apache.org>
>>>> wrote:
>>>>
>>>>> Hi everyone,
>>>>>
>>>>> This rename has now happened, and the default brach for apache/airflow
>>>>> is now "main".
>>>>>
>>>>> If you have a local checkout you can update the local default branch
>>>>> by running the following commands
>>>>>
>>>>>
>>>>> git branch -m master main
>>>>> git fetch origin
>>>>> git branch -u origin/main main
>>>>> git remote set-head origin -a
>>>>>
>>>>>
>>>>> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>>>>>
>>>>> Cheers,
>>>>> Ash
>>>>>
>>>>>
>>>>> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
>>>>> wrote:
>>>>>
>>>>> Hello everyone,
>>>>>
>>>>> We will attempt with Ash to migrate the airflow repo from  "master" to
>>>>> "main" today (likely the aftermath will be solved during the weekend).
>>>>>
>>>>> This WILL likely cause some disruptions.
>>>>>
>>>>> Brace yourselves !
>>>>>
>>>>> J.
>>>>>
>>>>> --
>>>>> +48 660 796 129
>>>>>
>>>>>
>>>>
>>>> --
>>>> +48 660 796 129
>>>>
>>>

-- 
+48 660 796 129

Re: Renaming master branch to main is now done.

Posted by Ryan Hamilton <ry...@astronomer.io.INVALID>.
Nice workโ€”thank you!

On Tue, Jun 1, 2021 at 6:36 AM Sumit Maheshwari <su...@gmail.com>
wrote:

> ๐Ÿ‘๐Ÿ‘
>
> On Tue, Jun 1, 2021 at 3:57 PM Dennis Akpenyi <de...@gmail.com>
> wrote:
>
>> Great Job!
>>
>> On Tue, Jun 1, 2021 at 12:19 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>>> Wohoo!
>>>
>>> On Tue, Jun 1, 2021 at 12:06 PM Ash Berlin-Taylor <as...@apache.org>
>>> wrote:
>>>
>>>> Hi everyone,
>>>>
>>>> This rename has now happened, and the default brach for apache/airflow
>>>> is now "main".
>>>>
>>>> If you have a local checkout you can update the local default branch by
>>>> running the following commands
>>>>
>>>>
>>>> git branch -m master main
>>>> git fetch origin
>>>> git branch -u origin/main main
>>>> git remote set-head origin -a
>>>>
>>>>
>>>> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>>>>
>>>> Cheers,
>>>> Ash
>>>>
>>>>
>>>> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
>>>> wrote:
>>>>
>>>> Hello everyone,
>>>>
>>>> We will attempt with Ash to migrate the airflow repo from  "master" to
>>>> "main" today (likely the aftermath will be solved during the weekend).
>>>>
>>>> This WILL likely cause some disruptions.
>>>>
>>>> Brace yourselves !
>>>>
>>>> J.
>>>>
>>>> --
>>>> +48 660 796 129
>>>>
>>>>
>>>
>>> --
>>> +48 660 796 129
>>>
>>

Re: Renaming master branch to main is now done.

Posted by Sumit Maheshwari <su...@gmail.com>.
๐Ÿ‘๐Ÿ‘

On Tue, Jun 1, 2021 at 3:57 PM Dennis Akpenyi <de...@gmail.com>
wrote:

> Great Job!
>
> On Tue, Jun 1, 2021 at 12:19 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> Wohoo!
>>
>> On Tue, Jun 1, 2021 at 12:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:
>>
>>> Hi everyone,
>>>
>>> This rename has now happened, and the default brach for apache/airflow
>>> is now "main".
>>>
>>> If you have a local checkout you can update the local default branch by
>>> running the following commands
>>>
>>>
>>> git branch -m master main
>>> git fetch origin
>>> git branch -u origin/main main
>>> git remote set-head origin -a
>>>
>>>
>>> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>>>
>>> Cheers,
>>> Ash
>>>
>>>
>>> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
>>> wrote:
>>>
>>> Hello everyone,
>>>
>>> We will attempt with Ash to migrate the airflow repo from  "master" to
>>> "main" today (likely the aftermath will be solved during the weekend).
>>>
>>> This WILL likely cause some disruptions.
>>>
>>> Brace yourselves !
>>>
>>> J.
>>>
>>> --
>>> +48 660 796 129
>>>
>>>
>>
>> --
>> +48 660 796 129
>>
>

Re: Renaming master branch to main is now done.

Posted by Dennis Akpenyi <de...@gmail.com>.
Great Job!

On Tue, Jun 1, 2021 at 12:19 PM Jarek Potiuk <ja...@potiuk.com> wrote:

> Wohoo!
>
> On Tue, Jun 1, 2021 at 12:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:
>
>> Hi everyone,
>>
>> This rename has now happened, and the default brach for apache/airflow is
>> now "main".
>>
>> If you have a local checkout you can update the local default branch by
>> running the following commands
>>
>>
>> git branch -m master main
>> git fetch origin
>> git branch -u origin/main main
>> git remote set-head origin -a
>>
>>
>> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>>
>> Cheers,
>> Ash
>>
>>
>> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
>> wrote:
>>
>> Hello everyone,
>>
>> We will attempt with Ash to migrate the airflow repo from  "master" to
>> "main" today (likely the aftermath will be solved during the weekend).
>>
>> This WILL likely cause some disruptions.
>>
>> Brace yourselves !
>>
>> J.
>>
>> --
>> +48 660 796 129
>>
>>
>
> --
> +48 660 796 129
>

Re: Renaming master branch to main is now done.

Posted by Jarek Potiuk <ja...@potiuk.com>.
Wohoo!

On Tue, Jun 1, 2021 at 12:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:

> Hi everyone,
>
> This rename has now happened, and the default brach for apache/airflow is
> now "main".
>
> If you have a local checkout you can update the local default branch by
> running the following commands
>
>
> git branch -m master main
> git fetch origin
> git branch -u origin/main main
> git remote set-head origin -a
>
>
> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>
> Cheers,
> Ash
>
>
> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
> wrote:
>
> Hello everyone,
>
> We will attempt with Ash to migrate the airflow repo from  "master" to
> "main" today (likely the aftermath will be solved during the weekend).
>
> This WILL likely cause some disruptions.
>
> Brace yourselves !
>
> J.
>
> --
> +48 660 796 129
>
>

-- 
+48 660 796 129

Re: Renaming master branch to main is now done.

Posted by Leah Cole <co...@google.com.INVALID>.
Yay! Thank you Ash and Jarek!

On Tue, Jun 1, 2021 at 12:24 PM Aizhamal Nurmamat kyzy <ai...@apache.org>
wrote:

> Thank you Ash and Jarek for this work! This is an important change to
> promote inclusive language for all open source participants.
>
> On Tue, Jun 1, 2021 at 5:44 AM Tomasz Urbaszek <tu...@apache.org>
> wrote:
>
>> Nice job! Thanks Ash and Jarek for leading this effort.
>>
>> Tomek
>>
>> On Tue, 1 Jun 2021 at 14:38, Alexander Shorin <kx...@gmail.com> wrote:
>> >
>> > It's such a pity.
>> >
>> > --
>> > ,,,^..^,,,
>> >
>> >
>> > On Tue, Jun 1, 2021 at 1:06 PM Ash Berlin-Taylor <as...@apache.org>
>> wrote:
>> >>
>> >> Hi everyone,
>> >>
>> >> This rename has now happened, and the default brach for apache/airflow
>> is now "main".
>> >>
>> >> If you have a local checkout you can update the local default branch
>> by running the following commands
>> >>
>> >>
>> >> git branch -m master main
>> >> git fetch origin
>> >> git branch -u origin/main main
>> >> git remote set-head origin -a
>> >>
>> >>
>> >> Jarek and I will keep an eye on CI to see if we missed anything in the
>> prep for this move.
>> >>
>> >> Cheers,
>> >> Ash
>> >>
>> >>
>> >> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
>> wrote:
>> >>
>> >> Hello everyone,
>> >>
>> >> We will attempt with Ash to migrate the airflow repo from  "master" to
>> "main" today (likely the aftermath will be solved during the weekend).
>> >>
>> >> This WILL likely cause some disruptions.
>> >>
>> >> Brace yourselves !
>> >>
>> >> J.
>> >>
>> >> --
>> >> +48 660 796 129 <+48%20660%20796%20129>
>>
>

-- 

Leah Cole (she/her) | Developer Programs Engineer | coleleah@google.com | +1
(925) 257-2112
*I'm working weird hours during this pandemic and am sometimes a bit slower
to respond to PRs/CLs than normal. Please feel free to send me a gentle
ping for a status update if my slowness is blocking you and I'll do my best
to give you an ETA. *

Re: Renaming master branch to main is now done.

Posted by Aizhamal Nurmamat kyzy <ai...@apache.org>.
Thank you Ash and Jarek for this work! This is an important change to
promote inclusive language for all open source participants.

On Tue, Jun 1, 2021 at 5:44 AM Tomasz Urbaszek <tu...@apache.org> wrote:

> Nice job! Thanks Ash and Jarek for leading this effort.
>
> Tomek
>
> On Tue, 1 Jun 2021 at 14:38, Alexander Shorin <kx...@gmail.com> wrote:
> >
> > It's such a pity.
> >
> > --
> > ,,,^..^,,,
> >
> >
> > On Tue, Jun 1, 2021 at 1:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:
> >>
> >> Hi everyone,
> >>
> >> This rename has now happened, and the default brach for apache/airflow
> is now "main".
> >>
> >> If you have a local checkout you can update the local default branch by
> running the following commands
> >>
> >>
> >> git branch -m master main
> >> git fetch origin
> >> git branch -u origin/main main
> >> git remote set-head origin -a
> >>
> >>
> >> Jarek and I will keep an eye on CI to see if we missed anything in the
> prep for this move.
> >>
> >> Cheers,
> >> Ash
> >>
> >>
> >> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
> wrote:
> >>
> >> Hello everyone,
> >>
> >> We will attempt with Ash to migrate the airflow repo from  "master" to
> "main" today (likely the aftermath will be solved during the weekend).
> >>
> >> This WILL likely cause some disruptions.
> >>
> >> Brace yourselves !
> >>
> >> J.
> >>
> >> --
> >> +48 660 796 129 <+48%20660%20796%20129>
>

Re: Renaming master branch to main is now done.

Posted by Tomasz Urbaszek <tu...@apache.org>.
Nice job! Thanks Ash and Jarek for leading this effort.

Tomek

On Tue, 1 Jun 2021 at 14:38, Alexander Shorin <kx...@gmail.com> wrote:
>
> It's such a pity.
>
> --
> ,,,^..^,,,
>
>
> On Tue, Jun 1, 2021 at 1:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:
>>
>> Hi everyone,
>>
>> This rename has now happened, and the default brach for apache/airflow is now "main".
>>
>> If you have a local checkout you can update the local default branch by running the following commands
>>
>>
>> git branch -m master main
>> git fetch origin
>> git branch -u origin/main main
>> git remote set-head origin -a
>>
>>
>> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>>
>> Cheers,
>> Ash
>>
>>
>> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>> Hello everyone,
>>
>> We will attempt with Ash to migrate the airflow repo from  "master" to "main" today (likely the aftermath will be solved during the weekend).
>>
>> This WILL likely cause some disruptions.
>>
>> Brace yourselves !
>>
>> J.
>>
>> --
>> +48 660 796 129

Re: Renaming master branch to main is now done.

Posted by Alexander Shorin <kx...@gmail.com>.
It's such a pity.

--
,,,^..^,,,


On Tue, Jun 1, 2021 at 1:06 PM Ash Berlin-Taylor <as...@apache.org> wrote:

> Hi everyone,
>
> This rename has now happened, and the default brach for apache/airflow is
> now "main".
>
> If you have a local checkout you can update the local default branch by
> running the following commands
>
>
> git branch -m master main
> git fetch origin
> git branch -u origin/main main
> git remote set-head origin -a
>
>
> Jarek and I will keep an eye on CI to see if we missed anything in the prep for this move.
>
> Cheers,
> Ash
>
>
> On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com>
> wrote:
>
> Hello everyone,
>
> We will attempt with Ash to migrate the airflow repo from  "master" to
> "main" today (likely the aftermath will be solved during the weekend).
>
> This WILL likely cause some disruptions.
>
> Brace yourselves !
>
> J.
>
> --
> +48 660 796 129
>
>

Renaming master branch to main is now done.

Posted by Ash Berlin-Taylor <as...@apache.org>.
Hi everyone,

This rename has now happened, and the default brach for apache/airflow 
is now "main".

If you have a local checkout you can update the local default branch by 
running the following commands


git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Jarek and I will keep an eye on CI to see if we missed anything in the 
prep for this move.

Cheers,
Ash

On Fri, May 28 2021 at 20:03:03 +0200, Jarek Potiuk <ja...@potiuk.com> 
wrote:
> Hello everyone,
> 
> We will attempt with Ash to migrate the airflow repo from  "master" 
> to "main" today (likely the aftermath will be solved during the 
> weekend).
> 
> This WILL likely cause some disruptions.
> 
> Brace yourselves !
> 
> J.
> 
> --
> +48 660 796 129