On Wed, Aug 1, 2018 at 12:14 PM, Peter Steele <[email protected]> wrote:

> Gj
>
> I'm not sure I fully understand what the issue is. I suspect it's not a
> clear direction on what the branching strategy is for this project. There
> are also conflicting ideas which makes it hard to comment.
>


Yup, I think we need to figure out how best to do this -- in general
through the consensus was that we could combine the two in one way or
another and then work on the relicensing after that.

Thanks a lot for the detailed response and ideas -- I think in the end
someone will simply need to do it one way or another and then we'll all
have to deal with the way that person approaches it, while he/she'll
presumably do it based on insights from these discussions.

Gj



>
> If you just want to merge everything in to master then the way to do this
> has been discussed already. This is a very standard thing to do in git.
>
> I personally don't agree with this approach because master should contain
> everything that has been signed off and this code has not been signed off.
> You have a branch so use that branch for approving everything then merge in
> to master once donation 2 is signed off. Remember you can cherry pick
> commits to the master branch back to the donation2 branch to keep them in
> sync.
>
> The donation2 branch should be a copy of master with the additional
> modules. Does it?
>
> The rat report should be run from this new branch
>
> The new modules should be added to the rate report if they need to be
> configured.
>
> The committers need to agree on the branching strategy then the to-do list
> falls in to place easily.
>
>
>
>
>
> On Wed, 1 Aug 2018 10:50 Geertjan Wielenga,
> <[email protected]> wrote:
>
> > OK. There are 430 people registered on this mailing list.
> >
> > Until someone responds to this thread or simply uses their existing
> > knowledge to bring the 2nd donation into master probably in the way
> > suggested by Jan Lahoda above in this thread, integration of the 2nd
> > donation is effectvely dead. Want Java EE in Apache NetBeans? Want PHP?
> > Groovy? JavaScript? Then answer the open questions here or please do the
> > merge in one way or another yourself. :-)
> >
> > Gj
> >
> >
> > On Wednesday, August 1, 2018, Geertjan Wielenga <
> > [email protected]> wrote:
> >
> > > My fork's master is now merged into my fork's 2ndDonation branch:
> > >
> > > https://github.com/geertjanw/incubator-netbeans/tree/2ndDonation
> > >
> > > Using:
> > >
> > > git clone -b 2ndDonation https://github.com/geertjanw/
> > > incubator-netbeans.git
> > >
> > > git pull https://github.com/apache/incubator-netbeans.git
> > > --allow-unrelated-histories
> > >
> > > From my 2ndDonation branch, I could do a PR for the origin repo's
> > > 2ndDonation branch.
> > >
> > > Is that the next step or something else (or does someone who knows what
> > > needs to be done want to do it)?
> > >
> > > Gj
> > >
> > >
> > >
> > > On Wed, Aug 1, 2018 at 7:57 AM, Geertjan Wielenga <
> > > [email protected]> wrote:
> > >
> > >> OK.
> > >>
> > >> What are the PR checks exactly, i.e., how will we know this approach
> is
> > >> successful?
> > >>
> > >> Should I do this in my fork first? Or straight into the 2ndDonation
> > >> branch at https://github.com/apache/incubator-netbeans/tree/
> 2ndDonation
> > ?
> > >>
> > >> Gj
> > >>
> > >> On Tue, Jul 31, 2018 at 7:04 PM, Jan Lahoda <[email protected]> wrote:
> > >>
> > >>> On Tue, Jul 31, 2018 at 5:19 PM, Geertjan Wielenga <
> > >>> [email protected]> wrote:
> > >>>
> > >>> > Did the above (including --allow-unrelated-histories), ran Ant Rat,
> > >>> and was
> > >>> > encouraged to find 'only' 1223 unknown licenses identified:
> > >>> >
> > >>> > https://cwiki.apache.org/confluence/display/NETBEANS/
> > >>> > Initial+Rat+Report+for+2nd+Donation
> > >>> >
> > >>> > I believe that if I were to do a push, the Ant Rat that is run
> > >>> > automatically needs to be tweaked to include the new clusters.
> > >>> >
> > >>> > Jan Lahoda, I think you can tell more about this and explain what
> > >>> needs to
> > >>> > be done re Rat and then someone can do that.
> > >>> >
> > >>>
> > >>> I think it might be good to merge master into the 2ndDonation  branch
> > >>> (and
> > >>> push to 2ndDonation). Then it might(?) be possible to create a PR
> from
> > >>> 2ndDonation to master (which would run all the PR checks for us
> > >>> automatically). I though rat wouldn't need need tweaks in travis
> > config,
> > >>> but apparently it will need some - I can try to do that, but having
> > >>> master
> > >>> merged into the 2ndDonation branch would help.
> > >>>
> > >>> Thanks,
> > >>>      Jan
> > >>>
> > >>>
> > >>> > Thanks,
> > >>> >
> > >>> > Gj
> > >>> >
> > >>> >
> > >>> > On Tue, Jul 31, 2018 at 5:02 PM, Peter Steele <
> [email protected]>
> > >>> > wrote:
> > >>> >
> > >>> > > You do it locally on your own PC, clone master, pull in chosen
> > >>> branch,
> > >>> > > commit and push. I don't know of a way to do it on the GitHub
> site,
> > >>> using
> > >>> > > git commands is easiest. There is probably a gui to do this too
> > >>> > >
> > >>> > > On Tue, 31 Jul 2018 15:58 Geertjan Wielenga,
> > >>> > > <[email protected]> wrote:
> > >>> > >
> > >>> > > > Apologies for my ignorance, but should someone do this in their
> > own
> > >>> > clone
> > >>> > > > or should it be done directly in
> > >>> > > > https://github.com/apache/incubator-netbeans?
> > >>> > > >
> > >>> > > > Gj
> > >>> > > >
> > >>> > > > On Tue, Jul 31, 2018 at 4:45 PM, Peter Steele <
> > >>> [email protected]>
> > >>> > > > wrote:
> > >>> > > >
> > >>> > > > > https://help.github.com/articles/merging-an-upstream-
> > >>> > > > > repository-into-your-fork/
> > >>> > > > >
> > >>> > > > > On Tue, 31 Jul 2018 15:41 Geertjan Wielenga,
> > >>> > > > > <[email protected]> wrote:
> > >>> > > > >
> > >>> > > > > > Is there a way to merge the branch into master on GitHub?
> > >>> > > > > >
> > >>> > > > > > Or is there someone who can recommend best practices for
> > doing
> > >>> > this?
> > >>> > > > > >
> > >>> > > > > > Thanks,
> > >>> > > > > >
> > >>> > > > > > Gj
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > > > On Tue, Jul 31, 2018 at 4:16 PM, Josh Juneau <
> > >>> [email protected]>
> > >>> > > > > wrote:
> > >>> > > > > >
> > >>> > > > > > > Looking forward to getting started with the work on this
> > 2nd
> > >>> > > > donation.
> > >>> > > > > > >
> > >>> > > > > > > On Tue, Jul 31, 2018 at 3:09 AM Geertjan Wielenga
> > >>> > > > > > > <[email protected]> wrote:
> > >>> > > > > > >
> > >>> > > > > > > > Is there any objection to merging the 2nddonation
> branch
> > >>> into
> > >>> > > > master
> > >>> > > > > > > today?
> > >>> > > > > > > >
> > >>> > > > > > > > https://github.com/apache/incu
> > >>> bator-netbeans/tree/2ndDonation
> > >>> > > > > > > >
> > >>> > > > > > > > Gj
> > >>> > > > > > > >
> > >>> > > > > > > > On Sun, Jul 29, 2018 at 9:44 PM, Geertjan Wielenga <
> > >>> > > > > > > > [email protected]> wrote:
> > >>> > > > > > > >
> > >>> > > > > > > > > Is there anything stopping us from merging the 2nd
> > >>> donation
> > >>> > > > branch
> > >>> > > > > > into
> > >>> > > > > > > > > master?
> > >>> > > > > > > > >
> > >>> > > > > > > > > If not, let's do it, then take a look at the Rat
> report
> > >>> after
> > >>> > > the
> > >>> > > > > > first
> > >>> > > > > > > > > build that includes the branch, and see what kind and
> > how
> > >>> > many
> > >>> > > > > > problems
> > >>> > > > > > > > are
> > >>> > > > > > > > > identified and how to solve them.
> > >>> > > > > > > > >
> > >>> > > > > > > > > Thanks,
> > >>> > > > > > > > >
> > >>> > > > > > > > > Gj
> > >>> > > > > > > > >
> > >>> > > > > > > > >
> > >>> > > > > > > > >
> > >>> > > > > > > > > On Thu, Jul 26, 2018 at 11:00 PM, Antonio <
> > >>> > [email protected]>
> > >>> > > > > > wrote:
> > >>> > > > > > > > >
> > >>> > > > > > > > >> That's easy: I still own one of the NetBeans Day in
> > 2004
> > >>> > > > > > somewhere...
> > >>> > > > > > > > >>
> > >>> > > > > > > > >> El 26/07/2018 a las 22:58, Emilian Bold escribió:
> > >>> > > > > > > > >>
> > >>> > > > > > > > >>> We just need some tshirts to gift people :-)
> > >>> > > > > > > > >>>
> > >>> > > > > > > > >>> --emi
> > >>> > > > > > > > >>>
> > >>> > > > > > > > >>> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> > >>> > > > > > > > >>> On 26 July 2018 11:57 PM, Antonio <
> > [email protected]>
> > >>> > > wrote:
> > >>> > > > > > > > >>>
> > >>> > > > > > > > >>> Yep, but on august. Let's call it Hacktaugustfest
> or
> > >>> > > something
> > >>> > > > > :-)
> > >>> > > > > > > > >>>>
> > >>> > > > > > > > >>>> El 26/07/2018 a las 22:40, Emilian Bold escribió:
> > >>> > > > > > > > >>>>
> > >>> > > > > > > > >>>> Isn't this what we did with #Hacktoberfest 2017?
> > >>> > > > > > > > >>>>> --emi
> > >>> > > > > > > > >>>>>
> > >>> > > > > > > > >>>>
> > >>> > > > > > > > >>>>
> > >>> > > > > > > > >>
> > >>> > > > > > ------------------------------
> ------------------------------
> > >>> > > ---------
> > >>> > > > > > > > >> To unsubscribe, e-mail:
> > >>> > > > > > [email protected]
> > >>> > > > > > > > >> For additional commands, e-mail:
> > >>> > [email protected].
> > >>> > > > > > > apache.org
> > >>> > > > > > > > >>
> > >>> > > > > > > > >> For further information about the NetBeans mailing
> > >>> lists,
> > >>> > > visit:
> > >>> > > > > > > > >> https://cwiki.apache.org/
> confluence/display/NETBEANS/
> > >>> > > > > Mailing+lists
> > >>> > > > > > > > >>
> > >>> > > > > > > > >>
> > >>> > > > > > > > >>
> > >>> > > > > > > > >>
> > >>> > > > > > > > >
> > >>> > > > > > > >
> > >>> > > > > > > --
> > >>> > > > > > > Josh Juneau
> > >>> > > > > > > [email protected]
> > >>> > > > > > > http://jj-blogger.blogspot.com
> > >>> > > > > > >
> > https://www.apress.com/index.php/author/author/view/id/1866
> > >>> > > > > > >
> > >>> > > > > >
> > >>> > > > >
> > >>> > > >
> > >>> > >
> > >>> >
> > >>>
> > >>
> > >>
> > >
> >
>

Reply via email to