← Back to team overview

openstack-poc team mailing list archive

[Bug 994957] Re: handle all mailmap with name and email address

 

Fix proposed to branch: master
Review: https://review.openstack.org/7175

** Changed in: keystone
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of OpenStack
Common Drivers, which is the registrant for openstack-common.
https://bugs.launchpad.net/bugs/994957

Title:
  handle all mailmap with name and email address

Status in OpenStack Image Registry and Delivery Service (Glance):
  New
Status in OpenStack Identity (Keystone):
  In Progress
Status in OpenStack Compute (Nova):
  New
Status in openstack-common:
  In Progress

Bug description:
  The parse_mailmap() method handle following format:
      <email@xxxxxxx>  <email@xxxxxxx>

  It can't handle following formats:
    Foo <email@xxxxxxx> Bar <email@xxxxxxx>
    Foo ZZ <email@xxxxxxx> Bar YY <email@xxxxxxx>

  All 3 formats are valid mailmap formats, as per this document.
    http://man.github.com/git/git-shortlog.html

  Please fix it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/994957/+subscriptions


References