Updated Branches:
  refs/heads/trunk 4b76b9a79 -> 1847243d5

Call title on the contributor name so all the names follow the same format.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e190f41f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e190f41f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e190f41f

Branch: refs/heads/trunk
Commit: e190f41fd58539ab7f774be3df2faae512daee91
Parents: 4b76b9a
Author: Tomaz Muraus <[email protected]>
Authored: Wed Dec 18 11:16:55 2013 +0100
Committer: Tomaz Muraus <[email protected]>
Committed: Wed Dec 18 11:16:55 2013 +0100

----------------------------------------------------------------------
 contrib/generate_contributor_list.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e190f41f/contrib/generate_contributor_list.py
----------------------------------------------------------------------
diff --git a/contrib/generate_contributor_list.py 
b/contrib/generate_contributor_list.py
index de9fa19..324da1c 100755
--- a/contrib/generate_contributor_list.py
+++ b/contrib/generate_contributor_list.py
@@ -72,6 +72,7 @@ def parse_changes_file(file_path):
                     contributors = [name.strip() for name in contributors]
 
                     for name in contributors:
+                        name = name.title()
                         contributors_map[name].update(set(active_tickets))
 
     return contributors_map

Reply via email to