code review with gerrit

Asked by Reynolds Chin

I'm currently registered a branch for glance and sent a request for merging to the lp:glance(using bzr), a buddy named klmitch told me the merging process is now done through the Gerrit. Would somebody helps me how to go through this stuff ?

https://code.launchpad.net/~benzwt/glance/adaptive_index_listing/+merge/74067

Question information

Language:
English Edit question
Status:
Answered
For:
Glance Edit question
Assignee:
Jay Pipes Edit question
Last query:
Last reply:
Revision history for this message
Jay Pipes (jaypipes) said :
#1

Hi!

OK, first thing you will need to follow the setup procedure on this wiki page:

http://wiki.openstack.org/GerritWorkflow

After that, you will have a Git repo of Glance on your local machine. You will then need to apply the changes that you made to the Bzr branch to a local topic branch of your Git repo.

You would do so like this:

$> git checkout -b adaptive_index
$> # Open bin/glance and make the changes you made in the bzr branch
$> # Feel free to make changes per Kevin's initial feedback on the LP merge proposal
$> git commit -a # Then fill in a commit message describing your changes
$> git review

That's it :)
Cheers!
jay

Can you help with this problem?

Provide an answer of your own, or ask Reynolds Chin for more information if necessary.

To post a message you must log in.