[bitbake-devel] [PATCH 00/14] Toaster patches

Michael Wood michael.g.wood at intel.com
Tue Aug 18 16:28:21 UTC 2015


Various bug fixes and pylint fixes. Reviewed by Belén and Michael.

The following changes since commit c348fa50186fb0796bc7b793c4b8d710419f2a0d:

  bitbake: toaster: move code from setup_lv_tests to setUp (2015-08-17 14:41:45 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib michaelw/toaster/submit/adamian/20150817_bug_fixes_poky
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=michaelw/toaster/submit/adamian/20150817_bug_fixes_poky

Alexandru DAMIAN (13):
  bitbake: toaster: pylint fixes
  bitbake: toaster: checksettings: fix guesspath initialization
  bitbake: toaster: checksettings: fix TEMPLATECONF detection
  bitbake: toaster: improve exception handling
  bitbake: toaster: models field initialization
  bitbake: toaster: use loggers instead of prints
  bitbake: toastergui: rename variables in views.py
  bitbake: toaster: do not stop data import on bad data
  bitbake: toaster: replace raising Exceptions in loadconf
  bitbake: toaster: fix updates on failed build requests
  bitbake: toaster logger: fix pylint issues
  toastergui: do not show in-progress builds in the table
  toastergui: fix projectbuilds page

Alexandru Damian (1):
  bitbake: toaster: fix pylint errors

 lib/bb/ui/buildinfohelper.py                       | 130 ++++++++-------
 lib/bb/ui/toasterui.py                             |  62 ++++---
 lib/toaster/bldcontrol/bbcontroller.py             |   2 +-
 .../management/commands/checksettings.py           |  15 +-
 .../bldcontrol/management/commands/loadconf.py     |  37 +++--
 .../bldcontrol/management/commands/runbuilds.py    |   2 +-
 lib/toaster/orm/models.py                          |  80 ++++-----
 .../toastergui/templates/projectbuilds.html        |  42 +----
 lib/toaster/toastergui/views.py                    | 183 +++++++++++----------
 lib/toaster/toastergui/widgets.py                  |   3 +
 .../toastermain/management/commands/perf.py        |   7 +-
 11 files changed, 293 insertions(+), 270 deletions(-)

-- 
2.1.4




More information about the bitbake-devel mailing list