From: Alex DAMIAN <alexandru.damian@intel.com>
To: toaster@yoctoproject.org, bitbake-devel@lists.openembedded.org
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 0/6] bug fixes patchset
Date: Thu, 4 Sep 2014 17:44:56 +0100 [thread overview]
Message-ID: <cover.1409848901.git.alexandru.damian@intel.com> (raw)
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
next reply other threads:[~2014-09-04 16:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-04 16:44 Alex DAMIAN [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1409848901.git.alexandru.damian@intel.com \
--to=alexandru.damian@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox