On 22/09/17 08:03, Ralf Corsepius wrote:

I am trying to build a chain of packages in a build override?

I.e. a series of packages: A->B->C

I set up a build override for A, and B built successfully. Now, I would have expect building C to pickup B from the A-override.

You seem to be confused about what an override is ;-)

It's not a separate environment just for you - if it was then you would have to say which override you wanted to use when building.

Rather it just adds that package to the global build environment that everybody sees.

But in order for B to appear in the build environment for C to use you would need to add an override for B and then wait for it to appear there. I believe chainbuild knows how to do the waiting but not how to request an override.

So in summary chainbuild is I believe only useful in rawhide, and in branched before bodhi is enabled.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to