[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [libvirt test] 26144: tolerable FAIL - PUSHED
On Mon, 2014-05-12 at 14:39 +0100, Ian Jackson wrote: > From b1014d809436074dee817de32012fb0f2d9e2603 Mon Sep 17 00:00:00 2001 > From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Date: Mon, 12 May 2014 14:36:10 +0100 > Subject: [OSSTEST PATCH] adhoc-people-touched-filter: Include patch authors > > The git "Author:" tag of each commit should be included. > > (We used to include only special pseudo-headers from the patch > comment, because the old hg practice used to be to put the committer > in the hg commit author. But git separates committer and author.) > > This involves a slight refactoring. > > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > adhoc-people-touched-filter | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/adhoc-people-touched-filter b/adhoc-people-touched-filter > index 3dcce53..1142dfb 100755 > --- a/adhoc-people-touched-filter > +++ b/adhoc-people-touched-filter > @@ -20,9 +20,10 @@ > use strict qw(refs vars); > our %show; > while (<>) { > - next unless s/^ //; > - next unless > s/^(signed-off-by|tested-by|acked-by|committed-by|from):\s+//i; > - $show{lc $_}= $_; > + if (s/^ (signed-off-by|tested-by|acked-by|committed-by|from):\s+//i > + || s/^author:\s+//i) { > + $show{lc $_}= $_; > + } > } > foreach my $k (sort keys %show) { > print " ", $show{$k} or die $!; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |