All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] toaster: Fix error thrown by command line builds project page
@ 2015-10-14 13:59 Michael Wood
  2015-10-14 14:43 ` [PATCH 1/3] toaster: Always run bldcontrol migrations Michael Wood
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Wood @ 2015-10-14 13:59 UTC (permalink / raw)
  To: bitbake-devel


This patch series fixes an exception being thrown when viewing
the default "command line builds" project while a bitbake command line
build is running.

It also modifies and cleans up the toaster startup script so that
the bldcontrol migrations are applied in analysis mode, as well as
in managed mode. This should help prevent other errors which may
occur in analysis mode due to missing database tables.


Available in the git repository at:

  git://git.yoctoproject.org/poky-contrib michaelw/submit/elliot/toaster/cli_builds_error-8277
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=michaelw/submit/elliot/toaster/cli_builds_error-8277

Elliot Smith (3):
  toaster: Always run bldcontrol migrations
  toaster: Check whether buildrequest exists before using it
  toaster: Test that exception isn't thrown by project page

 bin/toaster                     | 56 ++++++++++++++++++++++++++++-------------
 lib/toaster/orm/models.py       | 20 +++++++++++++--
 lib/toaster/toastergui/tests.py | 30 ++++++++++++++++++++++
 3 files changed, 87 insertions(+), 19 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-14 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 13:59 [PATCH 0/3] toaster: Fix error thrown by command line builds project page Michael Wood
2015-10-14 14:43 ` [PATCH 1/3] toaster: Always run bldcontrol migrations Michael Wood
2015-10-14 14:43 ` [PATCH 2/3] toaster: Check whether buildrequest exists before using it Michael Wood
2015-10-14 14:43 ` [PATCH 3/3] toaster: Test that exception isn't thrown by project page Michael Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.