Re: Simple pull request

2016-07-14 Thread Joe Witt
Will connect you up off-list with the person that set it up for us. As I recall there is a step or two you'll need infra help on to make happen. Thanks Joe On Thu, Jul 14, 2016 at 6:35 PM, Ellison Anne Williams wrote: > Joe - Any advice on how to set this up? Any

Re: Simple pull request

2016-07-14 Thread Ellison Anne Williams
Joe - Any advice on how to set this up? Any documentation on the NiFi site that you can point me to? On Thu, Jul 14, 2016 at 3:24 PM, Suneel Marthi wrote: > I would imagine Pirk will be integrating with travis-ci. Flink project does > something similar. > Pirk could follow

Re: Simple pull request

2016-07-14 Thread Suneel Marthi
I would imagine Pirk will be integrating with travis-ci. Flink project does something similar. Pirk could follow NiFi 's lead here. On Thu, Jul 14, 2016 at 3:05 PM, Joe Witt wrote: > In the NiFi community we do RTC and when PRs come in a build process > kicks off from the

Re: Simple pull request

2016-07-14 Thread Joe Witt
In the NiFi community we do RTC and when PRs come in a build process kicks off from the Github PR entry that causes travis-ci to do the bulid on linux and appveyor on windows. We get the results of that. It runs through the compilation/tests/checkstyle/and RAT. Has helped quite a bit with PR

Re: Simple pull request

2016-07-14 Thread Ellison Anne Williams
Suneel - the instructions look good. Are folks OK with adopting that workflow? If so, I can post a link to the Mahout instructions from the Pirk website and/or modify them slightly for Pirk and just re-create them on the website (with props to the Mahout page, of course) On Thu, Jul 14, 2016 at

Re: Simple pull request

2016-07-14 Thread Tim Ellison
On 14/07/16 14:49, Suneel Marthi wrote: > Cool. How do we go about merging github PRs from both committers and > contributors? > > This is how we do it today on Apache Mahout - > http://mahout.apache.org/developers/github.html > > If there r better ways of doing it, would appreciate some