mbox

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

Message ID CAPnjgZ3o3i+FqH+cCmekw6r4bpvEFNBa5s8SHw9pLf_KrZfvWQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass July 28, 2014, 4 a.m. UTC
Hi Tom,

I think a few of these are ready to go in.

The following changes since commit 772e173802627a1917a3f5878ad4b9b920089a33:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2014-07-25
15:05:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to ee860c60d2c5283c009f7ea740c6ee706da87cb7:

  patman: make "No recipient" checking more tolerant (2014-07-28 04:57:24 +0100)

----------------------------------------------------------------
Masahiro Yamada (1):
      patman: make "No recipient" checking more tolerant

Simon Glass (2):
      buildman: Add -C option to force a reconfigure for each commit
      buildman: Support in-tree builds

 tools/buildman/builder.py  | 24 +++++++++++++++++++++---
 tools/buildman/buildman.py |  6 ++++++
 tools/buildman/control.py  |  2 ++
 tools/patman/gitutil.py    | 11 ++++++++---
 4 files changed, 37 insertions(+), 6 deletions(-)

Regards,
Simon

Comments

Tom Rini July 28, 2014, 2:47 p.m. UTC | #1
On Mon, Jul 28, 2014 at 05:00:31AM +0100, Simon Glass wrote:

> Hi Tom,
> 
> I think a few of these are ready to go in.
> 
> The following changes since commit 772e173802627a1917a3f5878ad4b9b920089a33:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2014-07-25
> 15:05:09 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to ee860c60d2c5283c009f7ea740c6ee706da87cb7:
> 
>   patman: make "No recipient" checking more tolerant (2014-07-28 04:57:24 +0100)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (1):
>       patman: make "No recipient" checking more tolerant
> 
> Simon Glass (2):
>       buildman: Add -C option to force a reconfigure for each commit
>       buildman: Support in-tree builds
> 
>  tools/buildman/builder.py  | 24 +++++++++++++++++++++---
>  tools/buildman/buildman.py |  6 ++++++
>  tools/buildman/control.py  |  2 ++
>  tools/patman/gitutil.py    | 11 ++++++++---

Applied to u-boot/master, thanks!