While yesterday's non-committer work is fresh in my mind, can I change the wiki at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Git#Git-Patches to use ReviewBoard instead of emailing patches?
Also, is anyone working to update https://cwiki.apache.org/confluence/display/CLOUDSTACK/Collaborating+on+Github ? It seems straightforward to merge it into https://cwiki.apache.org/confluence/display/CLOUDSTACK/Git#Git-Noncommitterworkflow DL > -----Original Message----- > From: Radhika Puthiyetath [mailto:radhika.puthiyet...@citrix.com] > Sent: 24 January 2013 09:08 > To: cloudstack-dev@incubator.apache.org > Subject: RE: github workflow for non-committers > > Hi Chiradeep, > > I generate the patch using the normal git command: > > git format-patch -s <last commit id on apache> > > Then I attach the diff file to a new request on Apache Review Board. > > Thanks > -Radhika > > -----Original Message----- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: Thursday, January 24, 2013 12:23 AM > To: CloudStack DeveloperList > Subject: Re: github workflow for non-committers > > Thanks Radhika. > How do you generate the patches from your git workspace? > How do you submit them to RB? > > On 1/23/13 4:37 AM, "Radhika Puthiyetath" <radhika.puthiyet...@citrix.com> > wrote: > > >Hi Chiradeep, > > > >I have set up a Github space for the documentation at > >https://github.com/radhikapc/incubator-cloudstack. > > > >The documentation is developed on Github prior to submitting the > >patches on Review board. > > > >The changes are pulled in from Apache > >(https://github.com/apache/incubator-cloudstack) every day, before I > >push my changes to https://github.com/radhikapc/incubator-cloudstack. > > > >I have not created any branches for documentation, yet. > > > >Thanks > >-Radhika > > > > > >-----Original Message----- > >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > >Sent: Tuesday, January 15, 2013 6:56 AM > >To: CloudStack DeveloperList > >Subject: github workflow for non-committers > > > >Folks who are not committers and are developing their features on github: > >Care to share your workflow? Branching/testing/deployment/rebasing/etc > > > >I'm sure newcomers will be interested. > >-- > >Chiradeep