mbox

[U-Boot] Patman / buildman pull request

Message ID CAPnjgZ1N7PMnDN6VWrM8YzDZU3B7nh1LS6=N2LO+ON06E3QDjA@mail.gmail.com
State Accepted, archived
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass April 8, 2013, 10:26 p.m. UTC
Hi Tom,

On Mon, Apr 8, 2013 at 9:54 AM, Tom Rini <trini@ti.com> wrote:
> On Thu, Apr 04, 2013 at 02:28:26PM -0700, Simon Glass wrote:
>
>> Hi Tom,
>>
>> I have brought in the patman changes for this release and also some
>> changes that I consider to be bug fixes. For now I have left out these
>> patches:
>>
>> http://patchwork.ozlabs.org/patch/231570/
>> http://patchwork.ozlabs.org/patch/231572/
>> http://patchwork.ozlabs.org/patch/231575/
>>
>> however they do improve the operation of patman, so if you are OK with
>> it I would quiet like to bring in the last two at least.
>
> Go ahead and bring in all 3.  I keep trying to convince my
> more-kernel-than-u-boot coworkers to give patman a spin in kernel-land
> since they're 2 managing 2-3 N part series by hand.

OK, here is a pull request for the next 3, plus one bug fix that I
missed last time. This is http://patchwork.ozlabs.org/patch/224458/,
which for some reason doesn't show up in my TODO.


The following changes since commit f140b5863b258120f5412ea86733f70c87837ee9:

  Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-04-08
12:03:22 -0400)

are available in the git repository at:


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

for you to fetch changes up to 645b271a6039e79b368f027a5624dc0820441733:

  patman: Add Series-process-log tag to sort/uniq change logs
(2013-04-08 15:21:22 -0700)

----------------------------------------------------------------
Doug Anderson (1):
      patman: Don't barf if the word 'commit' starts a line

Simon Glass (3):
      patman: Provide option to ignore bad aliases
      patman: Add -a option to refrain from test-applying the patches
      patman: Add Series-process-log tag to sort/uniq change logs

 tools/patman/README         |  9 ++++++++-
 tools/patman/gitutil.py     | 65
+++++++++++++++++++++++++++++++++++++++++++++++------------------
 tools/patman/patchstream.py |  4 ++--
 tools/patman/patman.py      | 20 ++++++++++++++------
 tools/patman/series.py      | 19 ++++++++++++++-----
 5 files changed, 85 insertions(+), 32 deletions(-)

Regards,
Simon

Comments

Tom Rini April 9, 2013, 8:12 p.m. UTC | #1
On Mon, Apr 08, 2013 at 03:26:43PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> On Mon, Apr 8, 2013 at 9:54 AM, Tom Rini <trini@ti.com> wrote:
> > On Thu, Apr 04, 2013 at 02:28:26PM -0700, Simon Glass wrote:
> >
> >> Hi Tom,
> >>
> >> I have brought in the patman changes for this release and also some
> >> changes that I consider to be bug fixes. For now I have left out these
> >> patches:
> >>
> >> http://patchwork.ozlabs.org/patch/231570/
> >> http://patchwork.ozlabs.org/patch/231572/
> >> http://patchwork.ozlabs.org/patch/231575/
> >>
> >> however they do improve the operation of patman, so if you are OK with
> >> it I would quiet like to bring in the last two at least.
> >
> > Go ahead and bring in all 3.  I keep trying to convince my
> > more-kernel-than-u-boot coworkers to give patman a spin in kernel-land
> > since they're 2 managing 2-3 N part series by hand.
> 
> OK, here is a pull request for the next 3, plus one bug fix that I
> missed last time. This is http://patchwork.ozlabs.org/patch/224458/,
> which for some reason doesn't show up in my TODO.
> 
> 
> The following changes since commit f140b5863b258120f5412ea86733f70c87837ee9:
> 
>   Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-04-08
> 12:03:22 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-x86.git patman
> 
> for you to fetch changes up to 645b271a6039e79b368f027a5624dc0820441733:
> 
>   patman: Add Series-process-log tag to sort/uniq change logs
> (2013-04-08 15:21:22 -0700)
> 
> ----------------------------------------------------------------
> Doug Anderson (1):
>       patman: Don't barf if the word 'commit' starts a line
> 
> Simon Glass (3):
>       patman: Provide option to ignore bad aliases
>       patman: Add -a option to refrain from test-applying the patches
>       patman: Add Series-process-log tag to sort/uniq change logs
> 
>  tools/patman/README         |  9 ++++++++-
>  tools/patman/gitutil.py     | 65
> +++++++++++++++++++++++++++++++++++++++++++++++------------------
>  tools/patman/patchstream.py |  4 ++--
>  tools/patman/patman.py      | 20 ++++++++++++++------
>  tools/patman/series.py      | 19 ++++++++++++++-----
>  5 files changed, 85 insertions(+), 32 deletions(-)

Also applied to u-boot/master, thanks!