Page History
...
In order to actually get a patch landed, you need to request at least two inspections in Gerrit for the patch. This is done by visiting the [http://review.whamcloud.com/] Gerrit web page for the change (at the URL returned when the commit was pushed, or it can be found from the main page after logging in). Enter the email address for the inspectors and click the Add Reviewer button.
In conjunction with the two inspection requests, the patch has to successfully build on all supported architecture/distro combinations, and pass the automatic testing (as reported by [Using+Maloo]).
Pushing a Git Tag
Switch to the branch you want to create a branch in (normally master or b1_8).
...