]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toasterui: proper exit code on toaster errors
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 1 May 2015 15:20:33 +0000 (16:20 +0100)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 1 May 2015 16:37:37 +0000 (17:37 +0100)
commit1ddd6a9e4280a4adf971132ff1fe7ec9b3252905
tree93596643a21dc906dc9adc2f6862ec363ce8dcf7
parentf8590547a198a78334debdf14bf40acb50c22ecc
toasterui: proper exit code on toaster errors

This patch modifies the toasterui to properly return the exit
code based on the errors found in the toaster itself.

The upload event file API call will not delete event logs for which
toasterui showed an error. This will facilitate debugging.

Minor enhancement in the buildinfohelper to reduce the number
of lookups on unknown layer objects (prevented testing of the patch).

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
bin/toaster-eventreplay
lib/bb/ui/buildinfohelper.py
lib/bb/ui/toasterui.py
lib/toaster/orm/views.py