Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [microprofile-wg] All MP repos branches master has been renamed to main

A quick report on the branch renaming from master to main. I think everything was done. The release builds and CI builds all worked successfully. Please comment here if you see any issues.

Thanks
Emily

On Thu, Jul 20, 2023 at 10:38 AM Emily Jiang <emijiang6@xxxxxxxxxxxxxx> wrote:
I think I have done the necessary Jenkins build configuration for all of the MP repos. I also tested the updated configuration by doing a MP Config 3.1-RC2 release and it went successfully. If you have an active PR in progress, you will need to do the following.

The default branch has been renamed!

master is now named main

If you have a local clone, you can update it 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

You will get the above message when you browse the MP repo you are working on. Please comment here if you have any issues. 
Thanks
Emily

On Wed, Jul 19, 2023 at 11:14 PM Emily Jiang <emijiang6@xxxxxxxxxxxxxx> wrote:
Since there were no objections for branch renames from master to main at this discussion, at this week's technical call, we have agreed to go ahead with branch renames from master to main. Today I have taken the liberty to work with Eclipse Foundation infrastructure to have the branches renamed. I will update the Jenkins builds to ensure they will be updated accordingly this week.


--
Thanks
Emily



--
Thanks
Emily



--
Thanks
Emily


Back to the top