[libvirt] make syntax-check error due to bad email addr

Jim Fehlig jfehlig at novell.com
Mon Jun 7 18:44:22 UTC 2010


Jim Meyering wrote:
> Justin Clift wrote:
>   
>> make syntax-check is reporting an error with the AUTHORS file, which
>> seems to be coming from an incorrect address for Jim Fehlig.
>>     
> ...
>   
>>   check_author_list
>>   jfehlig at linux-ypgk.site
>>   maint.mk: committer(s) not listed in AUTHORS
>>   make: *** [sc_check_author_list] Error 1
>>   $
>>
>> This is the git log entry it may be from:
>>
>>   commit b1eb7f2e987d21b1711e86e5cb63a69abfce82f1
>>   Author: Jim Fehlig <jfehlig at linux-ypgk.site>
>>     
> ...
>   
>> Adding the incorrect email to the AUTHORS file is a workaround, but is
>> someone ok to fix the cause?
>>     
>
> Thanks for reporting that.
> I've fixed it by pushing this change:
>
> >From ef77388ba4ba0bf37d426a7c2f7a983571acc3ea Mon Sep 17 00:00:00 2001
> From: Jim Meyering <meyering at redhat.com>
> Date: Sun, 6 Jun 2010 10:27:28 +0200
> Subject: [PATCH] avoid syntax-check failure
>
> * .mailmap: Map a stray commit-author email address to the canonical one.
> Reported by Justin Clift.
> ---
>  .mailmap |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.mailmap b/.mailmap
> index dff04b9..8c1eed3 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -10,3 +10,4 @@
>  <meyering at redhat.com> <jim at meyering.net>
>  <socketpair at gmail.com> <socketpair gmail com>
>  <soren at canonical.com> <soren at ubuntu.com>
> +<jfehlig at novell.com> <jfehlig at linux-ypgk.site>
>   

Damn, I was working remote last week and committed that from a rarely
used laptop with a lame .gitconfig.  Apologies for the oversight :-(.

Regards,
Jim




More information about the libvir-list mailing list