Lines Matching full:review
5 <br>This page describes how to record changes to the Android files on your local client, upload those changes to the code-review server, and use Gerrit to track changes.<br><h2>
11 contribution and review process, see <a
39 <li><span>Use repo upload to upload changes to the review server</span>
42 You can track your uploaded changes using the Gerrit code-review tool. When it's time to work on the code again, run repo sync, then go back to step 1 above and start another topic branch.<br><br>The steps will not always come in the order shown--for example, you might run git diff at several points in the process.<br><br><h3>
69 Committing changes during code review</h3>
73 <li>See below to upload the changes to Gerrit again for another review cycle.</li>
85 To upload your committed changes to the review server:<br><ol><li>Complete the appropriate <a href="https://review.source.android.com/#settings,new-agreement">Contributor Agreement</a>
87 <li>Select an <a href="https://review.source.android.com/#settings,ssh-keys">SSH Username</a>
88 and upload your <a href="https://review.source.android.com/#settings,ssh-keys">public SSH key</a>
95 <li>Run repo upload to examine the list of all available changes and select which topic branches will be uploaded to the review server:<br><span>$</span>
100 <li>The code-review system will automatically notify the project owner about your submission.</li>
111 <br><br>where target is the local directory into which the change should be downloaded andchange is the change number as listed in <a href="https://review.source.android.com/">Gerrit</a>
114 Using the Gerrit code-review tool <br></h2>
115 You can open Gerrit by visiting whatever URL is returned to you from the repo upload command, or by visiting <a href="https://review.source.android.com/">https://review.source.android.com</a>.<br><br><h3>
117 To check the status of a change that you uploaded, open <a href="https://review.source.android.com/mine">Gerrit</a>
141 After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. The change will now be visible in gitweb, and others users will be able to run repo sync to pull the update into their local client.<br><br><h3>