mbox

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

Message ID CAPnjgZ11Njo0nBUwpDhTQhkKEkZb1RzLeG6vyMJbTm8QnUZt3Q@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Nov. 21, 2013, 8:40 p.m. UTC
The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17
14:11:34 -0500)

are available in the git repository at:


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

for you to fetch changes up to 8426d8b0899eb6a9845b3468662512a8da236241:

  buildman: make board selector argument a regex (2013-11-21 13:35:58 -0700)

----------------------------------------------------------------
Albert ARIBAUD (1):
      patman: add Commit-notes tag and section

Andreas Bießmann (1):
      buildman: fix README

Stephen Warren (1):
      buildman: make board selector argument a regex

 tools/buildman/README       | 16 +++++++++++-----
 tools/buildman/board.py     | 12 +++++++++++-
 tools/patman/README         | 10 +++++++++-
 tools/patman/commit.py      |  2 ++
 tools/patman/patchstream.py | 43
++++++++++++++++++++++++++++++++++++-------
 5 files changed, 69 insertions(+), 14 deletions(-)

Comments

Tom Rini Nov. 25, 2013, 9:55 p.m. UTC | #1
On Thu, Nov 21, 2013 at 01:40:17PM -0700, Simon Glass wrote:

> The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17
> 14:11:34 -0500)
> 
> are available in the git repository at:
> 
> 
>   http://git.denx.de/u-boot-x86.git buildpatman
> 
> for you to fetch changes up to 8426d8b0899eb6a9845b3468662512a8da236241:
> 
>   buildman: make board selector argument a regex (2013-11-21 13:35:58 -0700)
> 
> ----------------------------------------------------------------
> Albert ARIBAUD (1):
>       patman: add Commit-notes tag and section
> 
> Andreas Bie?mann (1):
>       buildman: fix README
> 
> Stephen Warren (1):
>       buildman: make board selector argument a regex
> 
>  tools/buildman/README       | 16 +++++++++++-----
>  tools/buildman/board.py     | 12 +++++++++++-
>  tools/patman/README         | 10 +++++++++-
>  tools/patman/commit.py      |  2 ++
>  tools/patman/patchstream.py | 43
> ++++++++++++++++++++++++++++++++++++-------
>  5 files changed, 69 insertions(+), 14 deletions(-)

Applied to u-boot/master, thanks!