I am happy to announce that we have installed Gerrit on our git server, and it can be accessed at http://review.droiddev.org/. The use of Gerrit allows us to open the doors to our git servers to anyone who wants to contribute, because any change that a user makes must go through a vetting process where it is reviewed by the community before being merged in to the world-visible repository.
Gerrit allows us to use the ”repo upload’ command to accept patches from the community. It’s quite easy to configure, and I’ll go in to more details on how to do that in a future post.
I look forward to seeing what the community has to offer!
P.S., If you currently have Project Durden’s source cloned, you need to know about a change to the location of the manifest. You can rectify this by re-initializing
repo init -u git://git.droiddev.org/platform/manifest.git; repo sync

Recent Comments