summaryrefslogtreecommitdiffstats
path: root/py/mock/backend.py
Commit message (Collapse)AuthorAgeFilesLines
...
* comment out decorator for doChroot() to prevent logging build exceptions ↵Michael E Brown2007-12-181-1/+3
| | | | multiple times.
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-161-3/+3
|
* fixed syntax errorClark Williams2007-12-161-1/+1
|
* replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-11/+11
|
* changed more uses of .rootdir to makeChrootPath(); updated man page for ↵Clark Williams2007-12-131-3/+6
| | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin
* added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-131-25/+30
|
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
|
* Add --update call, to update existing buildroot.Jesse Keating2007-12-121-0/+9
| | | | Useful for things like pungi which continuously reuse a buildroot
* let yum resolvedep run w/privs because it has to download additional ↵Michael E Brown2007-12-111-11/+6
| | | | metadata sometimes.
* create log files as unpriv user. fixup chrootuid calc to take into account ↵Michael E Brown2007-12-061-13/+19
| | | | sudo and consolehelper
* separate out function tracing from verbosityMichael E Brown2007-12-061-27/+24
|
* mount inside try block so problem mounting unmounts everything.Michael E Brown2007-12-051-4/+4
|
* consolidate imports.Michael E Brown2007-12-031-2/+1
|
* mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵Michael E Brown2007-12-021-14/+12
| | | | happier. No significant code changes.
* convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵Michael E Brown2007-12-011-20/+21
| | | | syntax.
* fix builds of multiple srpms on same cmdline.Michael E Brown2007-12-011-2/+7
|
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-301-0/+555
having to install it.