← Back to team overview

openstack-poc team mailing list archive

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

 

Public bug reported:

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.

** Affects: glance
     Importance: Undecided
         Status: New

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: openstack-common
     Importance: Undecided
     Assignee: Bhuvaneswaran A (bhuvan)
         Status: New

** Changed in: openstack-common
     Assignee: (unassigned) => Bhuvaneswaran A (bhuvan)

** Also affects: keystone
   Importance: Undecided
       Status: New

** Also affects: glance
   Importance: Undecided
       Status: New

** Also affects: nova
   Importance: Undecided
       Status: New

-- 
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):
  New
Status in OpenStack Compute (Nova):
  New
Status in openstack-common:
  New

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


Follow ups

References