[opensuse-packaging] How to use package from another repo from build?
![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
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? -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/cb2aaf49f775c94d4056311eef22be7b.jpg?s=120&d=mm&r=g)
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 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
В 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
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Andrey Borzenkov
-
Stephan Kulow