Add some launchpad user email addresses which aren't in git
This commit is contained in:
@@ -35,6 +35,7 @@ To get every email address we know about:
|
||||
git log | awk -F '[<>]' '/^Author:/ {print $2}'; \
|
||||
done | sort | uniq | grep -v '\((none)\|\.local\)$' > tmp
|
||||
$> sed 's/ /\n/' < openstack-config/aliases >> tmp
|
||||
$> sed 's/ /\n/' < openstack-config/other-aliases >> tmp
|
||||
$> (sort | uniq | grep -v '\((none)\|\.local\)$') < tmp > emails.txt
|
||||
|
||||
To map those to launchpad names:
|
||||
|
@@ -22,6 +22,7 @@ andy-southgate andy.southgate@citrix.com
|
||||
annegentle anne@openstack.org
|
||||
anotherjesse anotherjesse@gmail.com
|
||||
apevec apevec@redhat.com
|
||||
armando-migliaccio armamig@gmail.com
|
||||
asakhnov asakhnov@mirantis.com
|
||||
asbjorn-sannes asbjorn.sannes@interhost.no
|
||||
asomya asomya@cisco.com
|
||||
@@ -318,6 +319,7 @@ xtoddx xtoddx@gmail.com
|
||||
xyj-asmy xyj.asmy@gmail.com
|
||||
yamahata yamahata@valinux.co.jp
|
||||
yinliu2 yinliu2@cisco.com
|
||||
yogesh-srikrishnan yogesh.srikrishnan@rackspace.com
|
||||
yorik-sar yorik.sar@gmail.com
|
||||
tamura-yoshiaki yoshi@midokura.jp
|
||||
yunmao yunmao@gmail.com
|
||||
|
3
openstack-config/other-aliases
Normal file
3
openstack-config/other-aliases
Normal file
@@ -0,0 +1,3 @@
|
||||
# these are aliases of launchpad email to git email
|
||||
armamig@gmail.com Armando.Migliaccio@eu.citrix.com
|
||||
yogesh.srikrishnan@rackspace.com yogesh.srikrishnan@rackspace.com
|
Reference in New Issue
Block a user