summaryrefslogtreecommitdiffstats
path: root/py/mock/plugins/tmpfs.py
Commit message (Expand)AuthorAgeFilesLines
* convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-201-4/+5
* cleanup trailing whitespace.Michael E Brown2008-01-081-3/+3
* 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
* 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