forked from knoepfel/redmine-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
github_translation.py
45 lines (44 loc) · 2.12 KB
/
github_translation.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Key is Redmine name
# Value is GitHub login
# Comment shows Redmine email
users = {
"Adam Aurisano": None, # [email protected]
"Adam Lyon": "lyon-fnal", # [email protected]
"Alexander Himmel": "aihimmel", # [email protected]
"Andrei Gaponenko": "gaponenko", # [email protected]
"Andrew Mastbaum": "mastbaum", # [email protected]
"Ben Morgan": "drbenmorgan", # [email protected]
"Brian Rebel": "bjrebel", # [email protected]
"Christopher Backhouse": "cjbackhouse", # [email protected]
"Christopher Green": "chissg", # [email protected]
"David Adams": "dladams", # [email protected]
"David Brown": "brownd1978", # [email protected]
"Dominick Rocco": "rocconnick", # [email protected]
"Eric Church": None, # [email protected]
"Eric Flumerfelt": "eflumerf", # [email protected]
"Gianluca Petrillo": "PetrilloAtWork", # [email protected]
"Giuseppe Cerati": "cerati", # [email protected]
"Heidi Schellman": "hschellman", # [email protected]
"Herbert Greenlee": "hgreenlee", # [email protected]
"Iker de Icaza Astiz": "ikatza", # [email protected]
"Jacob Calcutt": "calcuttj", # [email protected]
"Jason Stock": None, # [email protected]
"Jim Kowalkowski": "jbkowalkowski", # [email protected]
"Kurt Biery": "bieryAtFnal", # [email protected]
"Kyle Knoepfel": "knoepfel", # [email protected]
"Liang Li": "liangliphy", # [email protected]
"Lisa Goodenough": "goodenou", # [email protected]
"Lynn Garren": "lgarren", # [email protected]
"Marc Mengel": "marcmengel", # [email protected]
"Marc Paterno": "marcpaterno", # [email protected]
"Nathan Mayer": None, # [email protected]
"Pavel Murat": "pavel1murat", # [email protected]
"Peter Shanahan": None, # [email protected]
"Philippe Canal": "pcanal", # [email protected]
"Raymond Culbertson": "rlcee", # [email protected]
"Rob Kutschke": "kutschke", # [email protected]
"Robert Sulej": "robertsulej", # [email protected]
"Ron Rechenmacher": "ron003", # [email protected]
"Thomas Junk": "tomjunk", # [email protected]
"Walter E Brown": "W-E-Brown",
}