[Yum-devel] yum cache handling issues (wrt repoquery)

2011-07-20 Thread Jon Stanley
I have an issue of getting stale repo metadata from repoquery. We use this as part of our release process, and as an ad-hoc tool to query what's in a repo. When you specify --repofrompath on the command line, yum dutifully caches the repodata from that repo. The problem lies in the fact that for o

Re: [Yum-devel] [PATCH] Adds initial files for automatically generating html documentation.

2011-07-20 Thread Nick Jacek
Yeah, I'm making these files 'by hand'. Sphinx works on sort of a hybrid model where you can add extra info to the documentation, but also pull in other sections automatically from the source code. These files look the way they do because the only thing they do is tell sphinx to pull in info a

Re: [Yum-devel] [PATCH] Adds initial files for automatically generating html documentation.

2011-07-20 Thread James Antill
On Wed, 2011-07-20 at 11:08 -0400, Nick Jacek wrote: > These files tell sphinx where to look in the source code to generate > the documentation. In the future, they could also be edited to add > documentation about the modules that we want online, but not in the > source code, such as long usage e

Re: [Yum-devel] [PATCH] Adds initial files for automatically generating html documentation.

2011-07-20 Thread Nick Jacek
These files tell sphinx where to look in the source code to generate the documentation. In the future, they could also be edited to add documentation about the modules that we want online, but not in the source code, such as long usage examples. These files don't have to go in the git repo, bu