generic-poky/bitbake/lib/toaster/orm
Ed Bartosh 953ba7a221 bitbake: toaster: fix unhandled exception
manage.py lsupdates throws DataError exception if the recipe can't be
saved to the MySQL database:
    django.db.utils.DataError: (1406, "Data too long for column 'license' at row 1"

Adding DataError exception to the list of exceptions should make
lsupdates to print a warning message and skip the recipe.

(Bitbake rev: 01891c13ae8dcba64e5cf79956f1b64c2afdaae3)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-11 00:09:27 +01:00
..
fixtures bitbake: toaster: fixtures Add README 2016-08-11 00:09:26 +01:00
management bitbake: toaster: lsupdates Add spinner for parsing/http fetch 2016-08-11 00:09:25 +01:00
migrations bitbake: toaster: show progress of recipe parsing in recent builds area 2016-08-11 00:09:26 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
models.py bitbake: toaster: fix unhandled exception 2016-08-11 00:09:27 +01:00