From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 0/4] Fix for YOCTO #7442
Date: Mon, 21 Sep 2015 11:13:28 +0300 [thread overview]
Message-ID: <cover.1442822826.git.ed.bartosh@linux.intel.com> (raw)
Hi,
This set of changes return back ability to specify a task for the build and
properly restart builds with specified tasks.
This functionality was broken in toaster since June. It was not possible
to run bulds correctly if non-default task is specified.
The patchset includes fixes for backend and frontend. It also adds 2 testcases
for frontend to prevent this functionality to be broken again.
The following changes since commit 7b86c771c80d0759c2ca0e57c46c4c966f89c49e:
bitbake: bitbake: bb.fetch2.git: Import errno module (2015-09-19 22:38:44 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/toaster/7442
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/7442
Ed Bartosh (4):
toaster: store task name in Target objects
toaster: don't re-create Target objects
toaster: change UI to show tasks
toaster: add 2 UI tests
bitbake/lib/bb/ui/buildinfohelper.py | 17 +--------------
.../bldcontrol/management/commands/runbuilds.py | 2 +-
bitbake/lib/toaster/orm/models.py | 2 +-
.../lib/toaster/toastergui/templates/builds.html | 12 ++++++++++-
.../toaster/toastergui/templates/mrb_section.html | 23 ++++++++++++++++-----
.../toastergui/templates/projectbuilds.html | 12 ++++++++++-
bitbake/lib/toaster/toastergui/tests.py | 24 ++++++++++++++++++++--
7 files changed, 65 insertions(+), 27 deletions(-)
--
Regards,
Ed
next reply other threads:[~2015-09-21 8:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 8:13 Ed Bartosh [this message]
2015-09-21 8:13 ` [PATCH 1/4] toaster: store task name in Target objects Ed Bartosh
2015-09-21 8:13 ` [PATCH 2/4] toaster: don't re-create " Ed Bartosh
2015-09-21 8:13 ` [PATCH 3/4] toaster: change UI to show tasks Ed Bartosh
2015-09-21 8:13 ` [PATCH 4/4] toaster: add 2 UI tests Ed Bartosh
2015-09-21 15:32 ` [PATCH 0/4] Fix for YOCTO #7442 Barros Pena, Belen
2015-09-22 9:27 ` Smith, Elliot
-- strict thread matches above, loose matches on Subject: below --
2015-09-22 9:34 Elliot Smith
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.1442822826.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--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 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.