summaryrefslogtreecommitdiff
path: root/morphlib/execute.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-2/+1
* stop morph from using fakeroot and sudoLars Wirzenius2012-01-111-25/+2
* do not try to use object.__del__Lars Wirzenius2012-01-111-4/+0
* mark more stuff outside of test coverageLars Wirzenius2012-01-111-1/+1
* mark stuff outside coverage testingLars Wirzenius2012-01-111-1/+1
* remove fake fakeroot and sudo from chroot and make morph not use them when ru...Richard Maw2011-12-141-18/+17
* Fix tests to reflect changesRichard Maw2011-12-091-4/+4
* Made some sudo commands into fakeroot commandsRichard Maw2011-12-081-8/+36
* Make the install parts of morphs run as sudoRichard Maw2011-12-081-2/+6
* add logging to debug failure to execute stuffLars Wirzenius2011-12-061-0/+6
* Fix broken string escapeLars Wirzenius2011-11-151-1/+1
* Tweak error reporting from failed commands.Lars Wirzenius2011-11-141-5/+8
* Silence logging during testsLars Wirzenius2011-11-141-8/+10
* Only log stdout/err when command failsLars Wirzenius2011-11-071-6/+6
* Combine stdout and stderr when running programsLars Wirzenius2011-11-041-19/+10
* Include stdout output in CommandFailed errors.Lars Wirzenius2011-10-191-5/+13
* Fix GPL version sentence grammar.Lars Wirzenius2011-10-061-1/+1
* Differentiate between real and fake root.Lars Wirzenius2011-10-051-2/+6
* Make Execute.run and .runv be able to easily run commands as root.Lars Wirzenius2011-10-031-3/+8
* Build strata recursively.Lars Wirzenius2011-09-291-1/+1
* Initial import.Lars Wirzenius2011-09-291-0/+87