Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/6] bug fixes patchset
@ 2014-09-04 16:44 Alex DAMIAN
  2014-09-04 16:45 ` [PATCH 1/6] toaster: rename bldviewer projecttags custom tagset Alex DAMIAN
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex DAMIAN @ 2014-09-04 16:44 UTC (permalink / raw)
  To: toaster, bitbake-devel; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

This is a bugfix patchset that fixes two critical issues preventing normal
operation of Toaster, and four bugs that break pieces of functionality
or self-testing in the project.

Can you please merge them at your convenience ?

Cheers,
Alex

The following changes since commit 8f5c1cdae1ee6ce04ae0d04d0b95bd80efbf7534:

  process: Ensure abnormal exits set an error level (2014-09-02 18:10:17 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20140904-submission-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140904-submission-bb

Alexandru DAMIAN (4):
  toaster: rename bldviewer projecttags custom tagset
  toaster: bitbake server listen on all interface
  toaster: enable SSH-based remote build support
  toaster: do not save objects in session

Marius Avram (2):
  toaster: use cookies for count and sorting in templates tables
  toaster: fix some code spacing issues

 bin/toaster                                        |   6 +-
 lib/toaster/bldcontrol/bbcontroller.py             | 170 ++----------------
 lib/toaster/bldcontrol/localhostbecontroller.py    | 191 ++++++++++++++++++++
 lib/toaster/bldcontrol/sshbecontroller.py          | 193 +++++++++++++++++++++
 lib/toaster/bldcontrol/tests.py                    | 116 ++++++++++---
 lib/toaster/bldviewer/templates/simple_build.html  |   2 +-
 lib/toaster/bldviewer/templates/simple_layer.html  |   2 +-
 lib/toaster/bldviewer/templates/simple_recipe.html |   2 +-
 .../{projecttags.py => simple_projecttags.py}      |   0
 .../toastergui/templates/basetable_bottom.html     |  52 +++---
 .../toastergui/templates/basetable_top.html        |  18 +-
 lib/toaster/toastergui/views.py                    | 140 +++++++++------
 12 files changed, 628 insertions(+), 264 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/localhostbecontroller.py
 create mode 100644 lib/toaster/bldcontrol/sshbecontroller.py
 rename lib/toaster/bldviewer/templatetags/{projecttags.py => simple_projecttags.py} (100%)

-- 
1.9.1



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

end of thread, other threads:[~2014-09-04 16:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 16:44 [PATCH 0/6] bug fixes patchset Alex DAMIAN
2014-09-04 16:45 ` [PATCH 1/6] toaster: rename bldviewer projecttags custom tagset Alex DAMIAN
2014-09-04 16:45 ` [PATCH 2/6] toaster: bitbake server listen on all interface Alex DAMIAN
2014-09-04 16:45 ` [PATCH 3/6] toaster: enable SSH-based remote build support Alex DAMIAN
2014-09-04 16:45 ` [PATCH 4/6] toaster: do not save objects in session Alex DAMIAN
2014-09-04 16:45 ` [PATCH 5/6] toaster: use cookies for count and sorting in templates tables Alex DAMIAN
2014-09-04 16:45 ` [PATCH 6/6] toaster: fix some code spacing issues Alex DAMIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox