Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new exception for result dir not being accessible and print nice ↵ | Michael E Brown | 2008-11-18 | 1 | -0/+14 |
| | | | | friendly error message. | ||||
* | convert mock.util.do() to use subprocess.Popen() rather than raw ↵ | Michael E Brown | 2008-01-20 | 1 | -2/+2 |
| | | | | fork/exec.\nThis cleans up the code considerably. Also, start reducing the places where we use a shell in the subcommand. | ||||
* | - make "mock --chroot" non-interactive - set the exit code of "mock ↵ | Mike Bonnet | 2007-12-11 | 1 | -1/+4 |
| | | | | | | --chroot" to the exit code of the process run in the chroot - log the output of the process to root.log Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | ||||
* | mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵ | Michael E Brown | 2007-12-02 | 1 | -3/+11 |
| | | | | happier. No significant code changes. | ||||
* | move things around so that we can run mock.py from the build tree instead of ↵ | Michael E Brown | 2007-11-30 | 1 | -0/+68 |
having to install it. |