mbox

[U-Boot] Please pull u-boot-x86.git branch 'patman'

Message ID CAPnjgZ0xy_1e69QjnO9f3M-8QzhP+JaMqEiyqxJ_yx4BU4BGMQ@mail.gmail.com
State Accepted
Headers show

Pull-request

http://git.denx.de/u-boot-x86.git

Message

Simon Glass Sept. 5, 2014, 7:48 p.m. UTC
Hi Tom,

This is the rest of the initial patman/buildman series, except for the
MAKEALL deprecation.

I plan to also pull in the second buildman/patman series (with its
fixes and new tests) for this release. There is a merge conflict with
one of Masahiro's changes, so I will either resolve this manually, or
resend the series.

For now, here are change that I think are ready.


The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

  Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

are available in the git repository at:

  http://git.denx.de/u-boot-x86.git

for you to fetch changes up to 0b703dbcee7103f07804d0a4328d1593355c4324:

  patman: Fix detection of git version (2014-09-05 13:40:43 -0600)

----------------------------------------------------------------
Simon Glass (12):
      patman: Fix indentation in terminal.py
      patman: Correct unit tests to run correctly
      patman: Remove the -a option
      patman: Use --no-pager' to stop git from forking a pager
      patman: Avoid changing the order of tags
      buildman: Set the return code to indicate build result
      buildman: Allow make-flags variables to include '-' and '_'
      buildman: Implement an option to exclude boards from the build
      buildman: Remove the directory prefix from each error line
      buildman: Add an option to show which boards caused which errors
      buildman: Separate out display of warnings and errors
      patman: Fix detection of git version

 tools/buildman/README           |  27 +++++++++++++---
 tools/buildman/board.py         |  31 ++++++++++++++-----
 tools/buildman/builder.py       | 139
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 tools/buildman/builderthread.py |   4 ++-
 tools/buildman/buildman.py      |   8 ++++-
 tools/buildman/control.py       |  20 +++++++++---
 tools/buildman/toolchain.py     |   2 +-
 tools/patman/gitutil.py         | 100
+++++------------------------------------------------------
 tools/patman/patchstream.py     |  21 ++++---------
 tools/patman/patman.py          |   7 -----
 tools/patman/terminal.py        | 112
+++++++++++++++++++++++++++++++++++--------------------------------
 tools/patman/test.py            |  13 ++++----

Regards,
Simon

Comments

Tom Rini Sept. 6, 2014, 10:48 a.m. UTC | #1
On Fri, Sep 05, 2014 at 01:48:41PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> This is the rest of the initial patman/buildman series, except for the
> MAKEALL deprecation.
> 
> I plan to also pull in the second buildman/patman series (with its
> fixes and new tests) for this release. There is a merge conflict with
> one of Masahiro's changes, so I will either resolve this manually, or
> resend the series.
> 
> For now, here are change that I think are ready.
> 
> 
> The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
> 
>   Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 0b703dbcee7103f07804d0a4328d1593355c4324:
> 
>   patman: Fix detection of git version (2014-09-05 13:40:43 -0600)
> 
> ----------------------------------------------------------------
> Simon Glass (12):
>       patman: Fix indentation in terminal.py
>       patman: Correct unit tests to run correctly
>       patman: Remove the -a option
>       patman: Use --no-pager' to stop git from forking a pager
>       patman: Avoid changing the order of tags
>       buildman: Set the return code to indicate build result
>       buildman: Allow make-flags variables to include '-' and '_'
>       buildman: Implement an option to exclude boards from the build
>       buildman: Remove the directory prefix from each error line
>       buildman: Add an option to show which boards caused which errors
>       buildman: Separate out display of warnings and errors
>       patman: Fix detection of git version
> 
>  tools/buildman/README           |  27 +++++++++++++---
>  tools/buildman/board.py         |  31 ++++++++++++++-----
>  tools/buildman/builder.py       | 139
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
>  tools/buildman/builderthread.py |   4 ++-
>  tools/buildman/buildman.py      |   8 ++++-
>  tools/buildman/control.py       |  20 +++++++++---
>  tools/buildman/toolchain.py     |   2 +-
>  tools/patman/gitutil.py         | 100
> +++++------------------------------------------------------
>  tools/patman/patchstream.py     |  21 ++++---------
>  tools/patman/patman.py          |   7 -----
>  tools/patman/terminal.py        | 112
> +++++++++++++++++++++++++++++++++++--------------------------------
>  tools/patman/test.py            |  13 ++++----

Applied to u-boot/master, thanks!