Re: repomd tags question
James Antill <[email protected]> Tue, 14 Jun 2011 12:14:18 -0400
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Organization | Fedora |
| Message-ID | <[email protected]> |
On Tue, 2011-06-14 at 11:34 -0400, Jon Wallace wrote: > The createrepo command provides for <distro> and <content> tags in > repomd.xml. My question is, what other repository or install related > commands read these tags and make use of them? Does yum? Or are the > tags provided for manual inspection and custom tools. Other than the > createrepo manpage I can't find any documentation suggesting how these > tags are used once they exist in the repomd file. Both zypper and yum parse them. Atm. the only thing yum does with them is display them in "repolist -v" ... at various points there have been discussions about triggering debuginfo/source repos. based on them (instead of repoid, which is currently used). Note that "revision" is also saved in a few places (saved transactions, yumdb, etc.) ... but nothing automatically "uses" it atm.