summaryrefslogtreecommitdiffstats
path: root/py/mock/plugins/yum_cache.py
Commit message (Expand)AuthorAgeFilesLines
* moved rpmdb clean block so that it works with --offlineClark Williams2010-07-271-7/+7
* yum made/makes an rpmdb cache dir in $cachedir/installed for a whileSeth Vidal2010-05-091-0/+9
* correct mispelling of sqlite extension in yum_cache.pyClark Williams2010-05-051-1/+1
* Clean up unused imports.Ville Skyttä2010-03-201-1/+0
* cleanup trailing whitespace.Michael E Brown2008-01-081-1/+1
* changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-131-4/+3
* separate out function tracing from verbosityMichael E Brown2007-12-061-7/+7
* fixup error where var/cache/yum in buildroot disappears due to clean.Michael E Brown2007-12-051-1/+1
* make sure dir exists before opening yum lock.Michael E Brown2007-12-041-2/+2
* init yumCacheLock file object in __init__. No need to wait until tryLock to o...Michael E Brown2007-12-031-1/+1
* few changes to make pychecker happy.Michael E Brown2007-12-011-1/+1
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-301-0/+94