aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/utils.py
AgeCommit message (Expand)Author
2012-12-05Added command line options to l-a-m-c.Milo Casagrande
2012-10-22Re-applied common logging infrastructure.Milo Casagrande
2012-10-20Revert the use of common logging infrastructure.Fathi Boudra
2012-10-04Added new logger method, fixed logger usage.Milo Casagrande
2012-07-26Fixed up missed board -> dev name changeJames Tunnicliffe
2012-07-25Fixed PEP8 warning.Milo Casagrande
2012-07-25Added option check.Milo Casagrande
2012-06-13More PEP8 fixes on new stuff.Danilo Segan
2012-06-13Fixed proposed review changes.Milo Casagrande
2012-06-11Removed thrown exception, program exits instead.Milo Casagrande
2012-06-11User friendly messages.Milo Casagrande
2012-06-11Reenabled stdout and stderr on apt-get install.Milo Casagrande
2012-06-07Fixed test regression.Milo Casagrande
2012-06-07Merged code from trunk.Milo Casagrande
2012-06-07First step into fixing the mock object.Milo Casagrande
2012-06-06Applied PEP8 changes.Milo Casagrande
2012-06-06First fix to the test case.Milo Casagrande
2012-05-31Added a new test for additional hwpack checks.Milo Casagrande
2012-05-30Fixed typos and test description.Milo Casagrande
2012-05-30Applied diff from kiko, and modified it.Milo Casagrande
2012-05-28Fixed error: hwpacks is a list.Milo Casagrande
2012-05-28Added hwpack argument checking.Milo Casagrande
2012-05-28Added test for hwpack argumentMilo Casagrande
2012-04-18Moved additional option checks into their own function (additional_option_che...James Tunnicliffe
2012-04-18Moved defaulting of args.device into ArgumentParser set up.James Tunnicliffe
2012-04-18Renamed --directory option to --output-directory. Set default file name for a...James Tunnicliffe
2012-04-18Fixed spelling of IncompatibleOptionsJames Tunnicliffe
2012-04-17Removed outputs_directory flagJames Tunnicliffe
2012-04-17--directory can now be specified at the same time as --image-file. If --direc...James Tunnicliffe
2012-04-16Added test for new board config handlingJames Tunnicliffe
2011-11-28Add license and origin information for try_import.Mattias Backman
2011-11-28Steal try_import from testtools to avoid having testtools as a production dep...Mattias Backman
2011-11-21Use testtools.try_import for CommandNotFound; that way our pyflakes test can ...Guilherme Salgado
2011-10-13Don't use Tarfile as a context manager.Mattias Backman
2011-10-12Add path_in_tarfile_exists() and use it to detect new Live image format.Mattias Backman
2011-08-15GPG interaction now uses --status-file to give us language independent output.James Tunnicliffe
2011-08-15Bug fix: Was not passing a message correctly into the message queue correctly...James Tunnicliffe
2011-07-21Moved checking the result of verify_file_integrity into its own function that...James Tunnicliffe
2011-07-21Added communicate function to cmd_runner that will both throw an exception if...James Tunnicliffe
2011-07-20* Changed utils.verify_file_integrity so it won't throw exceptions when eithe...James Tunnicliffe
2011-06-21Add basic tests for the file verification.Mattias Backman
2011-06-21Move file verification from main into a utils function.Mattias Backman
2011-05-10Break a new has_command() out of ensure_command().Loïc Minier
2011-03-24Merge lp:linaro-image-tools; update cmd_runner import path.Loïc Minier
2011-03-24Merge lp:~lool/linaro-image-tools/testsuite-when-installed-v2:Loïc Minier
2011-03-24Move duplicated preferred_tools_dir helper to linaro_image_tools.utils; thisLoïc Minier
2011-03-24Move linaro_image_tools.media_create.cmd_runner toLoïc Minier
2011-03-24Move linaro_image_tools.media_create.utils to linaro_image_tools.utils.Loïc Minier