зеркало из https://github.com/golang/build.git
internal/gophers: remove mdempsky's google address as primary
This change removes Matthew's Google address as the primary address and sets his personal account as the primary address. It keeps his Google address so that existing CLs will still match with his account. Change-Id: I0f63146942cd9e5d12e97ff1132768faa8237d02 Reviewed-on: https://go-review.googlesource.com/c/build/+/623955 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Родитель
e72031dac4
Коммит
f0c4cf42a1
|
@ -1920,9 +1920,9 @@ func init() {
|
|||
addPerson("Matthew Broberg", "matthewbbroberg@gmail.com")
|
||||
addPerson("Matthew Byrne", "mjw.byrne@gmail.com")
|
||||
addPerson("Matthew Cottingham", "mattcottingham@gmail.com", "@mattrco")
|
||||
addPerson("Matthew Dempsky", "mdempsky@google.com", "@mdempsky")
|
||||
addPerson("Matthew Dempsky", "@mdempsky")
|
||||
addPerson("Matthew Dempsky", "matthew@dempsky.org", "8715@62eb7196-b449-3ce5-99f1-c037f21e1705")
|
||||
addPerson("Matthew Dempsky", "mdempsky@google.com", "5440@62eb7196-b449-3ce5-99f1-c037f21e1705")
|
||||
addPerson("Matthew Dempsky", "mdempsky@google.com", "5440@62eb7196-b449-3ce5-99f1-c037f21e1705") // keeping so that existing CLs can still be matched
|
||||
addPerson("Matthew Denton", "mdenton@skyportsystems.com", "@mdentonSkyport")
|
||||
addPerson("Matthew Endsley", "mendsley@gmail.com")
|
||||
addPerson("Matthew Herrmann", "mherr@google.com")
|
||||
|
|
|
@ -47,7 +47,6 @@ func TestGerritEmail(t *testing.T) {
|
|||
{id: "Jean de Klerk", want: "deklerk@google.com"},
|
||||
{id: "Joe Tsai", want: "joetsai@digital-static.net"},
|
||||
{id: "Martin Möhrmann", want: "moehrmann@google.com"},
|
||||
{id: "Matthew Dempsky", want: "mdempsky@google.com"},
|
||||
{id: "Olivier Poitrey", want: "rs@netflix.com"},
|
||||
{id: "Paul Jolly", want: "paul@myitcv.org.uk"},
|
||||
{id: "Ralph Corderoy", want: "ralph@inputplus.co.uk"},
|
||||
|
|
Загрузка…
Ссылка в новой задаче