summaryrefslogtreecommitdiffstats
path: root/py/mock/plugins/root_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Update packages after unpacking root cachePaul Howarth2010-08-121-2/+2
* Exclude bind-mounted cache dirs from root cachePaul Howarth2010-08-121-0/+2
* fix cachefile generation filtering logicClark Williams2010-07-271-3/+3
* filter out proc,sys,and dev from cache file creationClark Williams2010-07-271-0/+3
* fix intermittent problems generating root cache tarball (BZ# 540997)Clark Williams2009-11-251-5/+12
* Support configurable root cache compressionLubomir Rintel2009-03-271-3/+9
* added panu's fix for strange rpm behaviorClark Williams2008-10-151-2/+4
* workaround new rpm issues by deleting rpmdb temp files after unpacking root c...Clark Williams2008-08-291-7/+13
* modify rootcache logic to rebuild cache if config files have newer timestampClark Williams2008-02-291-1/+10
* add back in dropped '.' to tar cvf command that is causing root cache creatio...Michael E Brown2008-01-201-1/+1
* convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-201-2/+8
* clarify info message to make it obvious that root cache is being unpacked.Michael E Brown2008-01-091-1/+1
* remove uses of chroot rootdir attribute and use accessor.Michael E Brown2007-12-141-3/+2
* separate out function tracing from verbosityMichael E Brown2007-12-061-10/+8
* 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/+93