Re: repository isolation

Anders F Björklund <[email protected]> Thu, 20 Jan 2011 11:15:35 +0100
Newsgroups gmane.linux.rpm.metadata
Message-ID <[email protected]>
Jon Wallace wrote:

> Are repositories isolated entities?  I'm trying to determine if there is any way that createrepo allows dependencies at the repository level.  In other words, using Repository-B would have a dependency on the existance of Repository-A and the content of Repository-A would be available as well.

If you are using "release" RPMS to distribute your .repo and keys, you could have repository-b-release require repository-a-release. But otherwise that would normally happen between the packages ?

For example the "updates" repository packages usually have dependencies from "base" repository, but there is no explicit dependency between the repositories. (and they both ship as one "release")

--anders