Re: Code Migration to Apache Git

2015-10-02 Thread Adam Bordelon
Yup. I think we just need to remove the phase1 branch now and references to it in the README. On Fri, Oct 2, 2015 at 10:08 AM, mohit soni wrote: > Hi Jim > > Thanks for identifying this, and bringing this up. > > As part of code migration, phase1 is already merged into master. See > MYRIAD-143 (

Re: Code Migration to Apache Git

2015-10-02 Thread mohit soni
Hi Jim Thanks for identifying this, and bringing this up. As part of code migration, phase1 is already merged into master. See MYRIAD-143 (https://issues.apache.org/jira/browse/MYRIAD-143) for more details. Thanks Mohit On Mon, Sep 28, 2015 at 1:43 PM, Jim Klucar wrote: > Want to go ahead an

Re: Code Migration to Apache Git

2015-09-28 Thread Jim Klucar
Want to go ahead and make the phase1 branch master to get back to more standard git? doing a merge with --theirs should merge phase1 into master and make master phase1. On Sun, Sep 27, 2015 at 9:37 PM, Ken Sipe wrote: > well done sir! > > On Sep 25, 2015, at 5:27 PM, mohit soni wrote: > > > >

Re: Code Migration to Apache Git

2015-09-27 Thread Ken Sipe
well done sir! > On Sep 25, 2015, at 5:27 PM, mohit soni wrote: > > Hello Everyone! > > I was able to migrate the myriad code-base from > https://github.com/mesos/myriad to Apache's git. The migration included all > the existing commit history, branches, etc. > > The code is hosted here: > * ht

Re: Code Migration to Apache Git

2015-09-25 Thread Swapnil Daingade
That's great news! Thank you Mohit for all the hard work to get the code donated from eBay to PayPal to Apache. Regards Swapnil On Fri, Sep 25, 2015 at 3:27 PM, mohit soni wrote: > Hello Everyone! > > I was able to migrate the myriad code-base from > https://github.com/mesos/myriad to Apache's

Re: Code Migration to Apache Git

2015-09-25 Thread mohit soni
Hello Everyone! I was able to migrate the myriad code-base from https://github.com/mesos/myriad to Apache's git. The migration included all the existing commit history, branches, etc. The code is hosted here: * https://git-wip-us.apache.org/repos/asf?p=incubator-myriad.git * Apache git mirror: gi

Re: Code Migration to Apache Git

2015-09-23 Thread Jim Scott
This is really great news guys! On Wed, Sep 23, 2015 at 12:08 PM, Adam Bordelon wrote: > Hi Mohit, > > We brought this up at today's dev community sync, and we're all excited > about the move. > Once the code is migrated to Apache git, we can use the Apache github > mirror for PRs: > https://gi

Re: Code Migration to Apache Git

2015-09-23 Thread Adam Bordelon
Hi Mohit, We brought this up at today's dev community sync, and we're all excited about the move. Once the code is migrated to Apache git, we can use the Apache github mirror for PRs: https://github.com/apache/incubator-myriad/pulls I would recommend that we migrate the existing PRs asap and shutd

Code Migration to Apache Git

2015-09-23 Thread Mohit Soni
Hello Everyone! I'm working towards migrating myriad code-base from: https://github.com/mesos/myriad to Apache's git. The code migration would entail following: * Mirroring https://github.com/mesos/myriad to Apache git: git clone --bare g...@github.com:mesos/myriad.git git push --mirror git://gi