| Submitter | Kang Kai |
|---|---|
| Date | July 27, 2012, 8:38 a.m. |
| Message ID | <cover.1343378110.git.kai.kang@windriver.com> |
| Download | mbox |
| Permalink | /patch/33177/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib kangkai/hob-check-sizeComments
On 2012?07?27? 16:38, Kang Kai wrote: > Hi Richard, > > In V3 I fire the event DiskFull in diskMonitor.check() as your commented. Hi Richard, Would you like to help me to review these patches? Thanks, Kai > Thanks, > Kai > > The following changes since commit 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c: > > documentation: Updated the h6 style to use a larger font (2012-07-24 10:35:34 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib kangkai/hob-check-size > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/hob-check-size > > Kang Kai (2): > monitordisk: fire event DISKFULL when terminate build > hob: deal event DiskFull > > bitbake/lib/bb/event.py | 8 ++++++++ > bitbake/lib/bb/monitordisk.py | 5 +++++ > bitbake/lib/bb/ui/crumbs/builder.py | 4 ++++ > bitbake/lib/bb/ui/crumbs/runningbuild.py | 11 ++++++++++- > 4 files changed, 27 insertions(+), 1 deletions(-) >
On Fri, 2012-07-27 at 16:38 +0800, Kang Kai wrote: > Hi Richard, > > In V3 I fire the event DiskFull in diskMonitor.check() as your commented. > > Thanks, > Kai > > The following changes since commit 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c: > > documentation: Updated the h6 style to use a larger font (2012-07-24 10:35:34 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib kangkai/hob-check-size > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/hob-check-size > > Kang Kai (2): > monitordisk: fire event DISKFULL when terminate build > hob: deal event DiskFull Looks much cleaner, thanks for the changes. Merged to master, thanks. Richard