Per discussion at the Summer 2017 developers meeting, generate
the AUTHORS list at make dist time, rather than trying to
keep it up to date and merge on the branches by hand. While
most of the data is generated from git, the organization list
was maintained by hand. The general feeling at the meeting was
that the organization list was not adding value and there were
concrete cases where it involved much chasing by the RMs, so
it has been removed.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
In conjunction with a de-duplicating .mailmap file, use the
make-authors.pl script to auto-generate AUTHORS.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Remove all @open-mpi-git-mirror entries; those are no longer necessary
since the official migration to Git/Github.
Add aliases for @users.noreply.github.com addresses.
Add fixes for what look like accidental name mispellings /
common-name-isms.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
I borked my $HOME/.gitconfig for a few commits, resulting in several
commits on Aug 20, 2015 being authored by "--quiet <--quiet>". This
.mailmap entry will correctly list those commits as being mine when
you use "git shortlog" or "git log --use-mailmap".
This file exists to help map usernames to proper names and email
addresses in the Open MPI github mirror of the canonical SVN repository.
The github mirror can be found here:
https://github.com/open-mpi/ompi-svn-mirror
I've seeded the file with the names of Cisco contributors. In order to
avoid exposing anyone's email address without their permission, we are
using an opt-in model for adding real email addresses.
This commit was SVN r29494.