Oh yes, of course. Thanks for the reminder Brian :) Regards JB
On Thu, Oct 12, 2023 at 3:43 PM Brian Olsen <bitsondata...@gmail.com> wrote: > > But also, don’t forget to save any commits you have on local or your fork for > master! :) > > Thanks for coordinating this JB!! > > On Thu, Oct 12, 2023 at 8:42 AM Jean-Baptiste Onofré <j...@nanthrax.net> > wrote: >> >> By the way, don't forget to update your local git repo: >> >> git fetch --all >> git checkout main >> git branch -D master >> >> And you are good to go :) >> >> Regards >> JB >> >> On Thu, Oct 12, 2023 at 3:37 PM Jean-Baptiste Onofré <j...@nanthrax.net> >> wrote: >> > >> > Hi guys >> > >> > I'm pleased to announce that the master branch has been renamed to main. >> > >> > https://github.com/apache/iceberg >> > >> > You can see that all PRs are now based on main (it's completely >> > transparent). >> > >> > We can now merge the corresponding PR >> > (https://github.com/apache/iceberg/pull/8722). I will work with the >> > team to merge it asap. >> > >> > Thanks ! >> > Regards >> > JB >> > >> > On Fri, Sep 29, 2023 at 2:35 PM Jean-Baptiste Onofré <j...@nanthrax.net> >> > wrote: >> > > >> > > Hi guys, >> > > >> > > The Apache CoC (https://www.apache.org/foundation/policies/conduct) >> > > especially contains section 5 about the wording we use. Several Apache >> > > projects renamed the master branch to the main branch (Apache Karaf, >> > > ActiveMQ, Airflow, ...). >> > > As we already use main for go, rust, and python repositories, I wonder >> > > (for consistency) if we should not rename master to main on the "main" >> > > repository. >> > > >> > > Apache INFRA can do this "smoothly" but we would have to do some changes: >> > > - update build.gradle >> > > - update README.md >> > > - update to GH Actions (in .github/workflows/*) >> > > >> > > Thoughts ? >> > > >> > > Regards >> > > JB