Go to file
Jose M. Guisado baa03debd7 #1000 live: check imageCreate for non-zero return code
When running image_create operation an underlying script "imageCreate"
is called using the subprocess python module. This script may fail, for
example if the repository in which the image is to be stored has no
sufficent capacity.

Check for non-zero when the imageCreate process has finished.
2020-12-15 12:16:19 +01:00
cfg Rename 'linux' mode to 'live' mode 2020-06-05 14:55:10 +02:00
src #1000 live: check imageCreate for non-zero return code 2020-12-15 12:16:19 +01:00
tests rename main.py to ogclient 2020-06-26 11:04:32 +02:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
COPYING Rename LICENSE to COPYING 2020-06-18 16:45:46 +02:00
ogclient rename main.py to ogclient 2020-06-26 11:04:32 +02:00
setup.py Rename 'linux' folder and operations to 'live' 2020-12-03 13:38:43 +01:00