summaryrefslogtreecommitdiffstats
path: root/py/mock/plugins/bind_mount.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unused imports.Ville Skyttä2010-03-201-2/+1
|
* remove uses of chroot rootdir attribute and use accessor.Michael E Brown2007-12-141-1/+0
|
* changed more uses of .rootdir to makeChrootPath(); updated man page for ↵Clark Williams2007-12-131-3/+3
| | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin
* separate out function tracing from verbosityMichael E Brown2007-12-061-6/+5
|
* 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/+39
having to install it.