Re: [openstack-dev] [OpenStack-dev] How to modify a bug across multiple repo?

2013-12-14 Thread wu jiang
Hi Christopher, Thanks again for your answering. :) The issue I mentioned before, has already committed to Gerrit. So if you have time, please see here: https://review.openstack.org/#/c/62163/ P.S. Is it a good idea if I ask the contributor to participate in reviewing? Any help will be

Re: [openstack-dev] [OpenStack-dev] How to modify a bug across multiple repo?

2013-12-13 Thread Christopher Yeoh
Hi wu jiang, On Wed, Dec 11, 2013 at 12:26 PM, wu jiang win...@gmail.com wrote: Hi Chris Rob, Thanks for your reply ,and sorry for my late response.. - I tested again. The modification won't effect tempest test because it's an optional argument, so I can commit it later in tempest.

Re: [openstack-dev] [OpenStack-dev] How to modify a bug across multiple repo?

2013-12-03 Thread Robert Collins
No, you need to manually arrange to land your changes in first one repo then the other. -Rob On 3 December 2013 19:17, wu jiang win...@gmail.com wrote: Hi all, Recently, I found a bug at API layer in Cinder, but the modifications relate to CinderClient Tempest. So, I'm confused how to

Re: [openstack-dev] [OpenStack-dev] How to modify a bug across multiple repo?

2013-12-03 Thread Christopher Yeoh
Hi, On Tue, Dec 3, 2013 at 7:21 PM, Robert Collins robe...@robertcollins.netwrote: No, you need to manually arrange to land your changes in first one repo then the other. -Rob On 3 December 2013 19:17, wu jiang win...@gmail.com wrote: Hi all, Recently, I found a bug at API layer in

[openstack-dev] [OpenStack-dev] How to modify a bug across multiple repo?

2013-12-02 Thread wu jiang
Hi all, Recently, I found a bug at API layer in Cinder, but the modifications relate to CinderClient Tempest. So, I'm confused how to commit it. Can 'git --dependence' cross different Repo? Any help would be much appreciated. Regards, wingwj ___