aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/cmd_runner.py
AgeCommit message (Expand)Author
2012-06-13Remove trailing whitespace.Danilo Segan
2012-06-07PEP8: Fix E225 missing whitespace around operator.Loïc Minier
2011-07-21Added stdout and stderr to SubcommandNonZeroReturnValue.__str__James Tunnicliffe
2011-07-21Added communicate function to cmd_runner that will both throw an exception if...James Tunnicliffe
2011-06-21Add cwd parameter to cmd_runner.run() and use it for the sha1 verification in...Mattias Backman
2011-04-04Add chroot support to cmd_runner.run() and use it to install hwpacks.Loïc Minier
2011-03-24Expose default path of sanitize_path() as to help testing and add tests forLoïc Minier
2011-03-24Merge lp:linaro-image-tools; update cmd_runner import path.Loïc Minier
2011-03-24Expose cmd_runner's 'sudo -E' args for use in tests; convert most tests to useLoïc Minier
2011-03-24Add a test for and fix cmd_runner.run() with tuples.Loïc Minier
2011-03-24Move linaro_image_tools.media_create.cmd_runner toLoïc Minier