summaryrefslogtreecommitdiffstats
path: root/src/py-libs/plugins/yum_cache.py
Commit message (Collapse)AuthorAgeFilesLines
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-301-94/+0
| | | | having to install it.
* use log.info() to tell about enabled caches rather than misusing state(). ↵Michael E Brown2007-11-291-1/+2
| | | | the state() method should be used to say what is happening.
* first (untested) try at adding offline mode.Michael E Brown2007-11-281-17/+19
|
* allow noncontiguous cache dir specifications.Michael E Brown2007-10-241-1/+1
|
* update copyrights. dont put full header in every source file, just ref main ↵Michael E Brown2007-10-211-18/+3
| | | | copying.
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-211-0/+106