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@xxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxx> ... > > 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@xxxxxxxxxx> 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@xxxxxxxxxx> <jim@xxxxxxxxxxxx> <socketpair@xxxxxxxxx> <socketpair gmail com> <soren@xxxxxxxxxxxxx> <soren@xxxxxxxxxx> +<jfehlig@xxxxxxxxxx> <jfehlig@xxxxxxxxxxxxxxx> -- 1.7.1.445.gc54f1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list