Let's say I want to test whether change in one package A will fix build pf package B. I branch both packages:
osc branch devel1 A osc branch devel2 B
hack A and commit. How can I now build B in home:me:branches:devel2 against package home:me:branches:devel1/A *and* the remaining of original repos, normally used by B?
On 11.12.2013 08:31, Andrey Borzenkov wrote:
Let's say I want to test whether change in one package A will fix build pf package B. I branch both packages:
osc branch devel1 A osc branch devel2 B
hack A and commit. How can I now build B in home:me:branches:devel2 against package home:me:branches:devel1/A *and* the remaining of original repos, normally used by B?
the right thing to do is osc branch devel1 A osc branch devel2 B home:me:branches:devel1
Greetings, Stephan
В Wed, 11 Dec 2013 08:41:40 +0100 Stephan Kulow coolo@suse.de пишет:
On 11.12.2013 08:31, Andrey Borzenkov wrote:
Let's say I want to test whether change in one package A will fix build pf package B. I branch both packages:
osc branch devel1 A osc branch devel2 B
hack A and commit. How can I now build B in home:me:branches:devel2 against package home:me:branches:devel1/A *and* the remaining of original repos, normally used by B?
the right thing to do is osc branch devel1 A osc branch devel2 B home:me:branches:devel1
Yes, I figured that out already. Thanks!
Greetings, Stephan