summaryrefslogtreecommitdiffstats
path: root/py/mock/plugins
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
* append rather than insert umount of /proc/filesystems (BZ# 620825)Clark Williams2010-08-031-1/+1
* add selinux pluginJan Vcelak2010-07-301-0/+97
* patch that allows specifying max tmpfs size to tmpfs pluginKalev Lember2010-07-301-2/+7
* fix cachefile generation filtering logicClark Williams2010-07-271-3/+3
* moved rpmdb clean block so that it works with --offlineClark Williams2010-07-271-7/+7
* filter out proc,sys,and dev from cache file creationClark Williams2010-07-271-0/+3
* 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-202-3/+1
* 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
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-224-11/+29
|\
| * get rid of one level of shell indirection where possible.Michael E Brown2008-01-201-1/+1
| * 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-202-6/+13
| * clarify info message to make it obvious that root cache is being unpacked.Michael E Brown2008-01-091-1/+1
| * cleanup trailing whitespace.Michael E Brown2008-01-082-4/+4
| * add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-081-1/+10
| * add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-081-0/+2
* | we now run /etc/profile, so no need to manually do ccache stuff.Michael E Brown2008-01-221-16/+1
|/
* unmount tmpfs when done or we run into problems with clean.Michael E Brown2007-12-181-0/+7
* fixup typo: makeChrootPath is a method on self.rootObj.Michael E Brown2007-12-181-1/+2
* add initial tmpfs plugin and default options.Michael E Brown2007-12-181-0/+33
* remove uses of chroot rootdir attribute and use accessor.Michael E Brown2007-12-142-4/+2
* changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-133-11/+9
* separate out function tracing from verbosityMichael E Brown2007-12-064-31/+26
* 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-014-4/+4
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-304-0/+299