| Submitter | Shane Wang |
|---|---|
| Date | April 2, 2012, 3:22 p.m. |
| Message ID | <cover.1333379931.git.shane.wang@intel.com> |
| Download | mbox |
| Permalink | /patch/25077/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib shane/hob-fixes-1Comments
On Mon, 2012-04-02 at 23:22 +0800, Shane Wang wrote: > The patches is to continue Shane Wang's previous submission to fix Hobs. > They include: > - Replace an icon > - Add logs and allow users to retrieve the logs after successful build > - Misc fixes when testing > > The following changes since commit f4b102cdf2cd021a0b5acacb034dd568a8e73817: > > Hob: a minor fix on pmake (2012-04-02 16:25:56 +0800) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib shane/hob-fixes-1 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1 > > Shane Wang (4): > Hob: add the "info" indication icon for "information" in the dialogs. > Hob: remove grab_default() for deploy button > Hob: reset issue indication and build status before build starts on > build details screen Merged to master, thanks. > Hob: log for Hob and allow users to show logs after successful build This has discussion so I've not merged it for now. Cheers, Richard
Thank you Richard. One more patchset missing: "[PATCH 0/6][Resend] Hob fixes", sent by me. Thanks. -- Shane Richard Purdie wrote onĀ 2012-04-05: > On Mon, 2012-04-02 at 23:22 +0800, Shane Wang wrote: >> The patches is to continue Shane Wang's previous submission to fix Hobs. >> They include: >> - Replace an icon >> - Add logs and allow users to retrieve the logs after successful build >> - Misc fixes when testing >> The following changes since commit >> f4b102cdf2cd021a0b5acacb034dd568a8e73817: >> >> Hob: a minor fix on pmake (2012-04-02 16:25:56 +0800) >> are available in the git repository at: >> git://git.pokylinux.org/poky-contrib shane/hob-fixes-1 >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1 >> Shane Wang (4): >> Hob: add the "info" indication icon for "information" in the dialogs. >> >> Hob: remove grab_default() for deploy button >> Hob: reset issue indication and build status before build starts on >> build details screen > > Merged to master, thanks. > >> Hob: log for Hob and allow users to show logs after successful build > > This has discussion so I've not merged it for now. > > Cheers, > > Richard
The patches is to continue Shane Wang's previous submission to fix Hobs. They include: - Replace an icon - Add logs and allow users to retrieve the logs after successful build - Misc fixes when testing The following changes since commit f4b102cdf2cd021a0b5acacb034dd568a8e73817: Hob: a minor fix on pmake (2012-04-02 16:25:56 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/hob-fixes-1 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1 Shane Wang (4): Hob: add the "info" indication icon for "information" in the dialogs. Hob: log for Hob and allow users to show logs after successful build Hob: remove grab_default() for deploy button Hob: reset issue indication and build status before build starts on build details screen bitbake/lib/bb/ui/crumbs/builddetailspage.py | 3 + bitbake/lib/bb/ui/crumbs/builder.py | 38 +++++++++++++++--- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 3 + bitbake/lib/bb/ui/crumbs/hobwidget.py | 3 +- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 15 ++++++- bitbake/lib/bb/ui/crumbs/runningbuild.py | 53 ++++++++++++++++++++++++++ bitbake/lib/bb/ui/icons/indicators/info.png | Bin 0 -> 3311 bytes 7 files changed, 106 insertions(+), 9 deletions(-) create mode 100644 bitbake/lib/bb/ui/icons/indicators/info.png