On Wed, May 20, 2015 at 11:47 AM, Kevin Hilman khilman@linaro.org wrote:
On Wed, May 20, 2015 at 11:37 AM, John Stultz john.stultz@linaro.org wrote:
On Wed, May 20, 2015 at 11:18 AM, Kevin Hilman khilman@linaro.org wrote:
Hello,
I have the AOSP kernel/common tree cloned, but I'm not in a full android dev environment (not using repo for all the rest of android.)
I'd like to make some minor cleanup/fix patches for the kernel, but need to setup gerrit for this repo. Can anyone share what the .gitreview file should look like for this?
So I usually just push directly to gerrit for the few patches I want to submit.
If you're pushing to AOSP, there's some older instructions here: https://wiki.linaro.org/Process/PushingBitsToAndroid
Seems like all the stuff documented there is automated by having the right magic in the .gitreview file, and then commiting changes on a test branch and running "git review" (I've used that on some other gerrit projects.) The question is just what's the right contents of the .gitreview file.
Ah. I've not played with git review (or yet have it installed apparently :). Will have to check that out. thanks -john