From: Shenghou Ma Date: Sat, 2 Mar 2013 19:17:14 +0000 (+0800) Subject: misc/dashboard/app: make the builders test go.talks and go.exp X-Git-Tag: go1.1rc2~721 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0acda4e87d85d389dde1ba97cd050e8b6b3cbfb7;p=gostls13.git misc/dashboard/app: make the builders test go.talks and go.exp R=golang-dev, r CC=golang-dev https://golang.org/cl/7419048 --- diff --git a/misc/dashboard/app/build/build.go b/misc/dashboard/app/build/build.go index 3ac9cc2419..e0c0f0048f 100644 --- a/misc/dashboard/app/build/build.go +++ b/misc/dashboard/app/build/build.go @@ -188,7 +188,7 @@ func partsToHash(c *Commit, p []string) *Result { // // Each Result entity is a descendant of its associated Commit entity. type Result struct { - Builder string // "arch-os[-note]" + Builder string // "os-arch[-note]" Hash string PackagePath string // (empty for Go commits) diff --git a/misc/dashboard/app/build/init.go b/misc/dashboard/app/build/init.go index 482d6f65f8..85a766b9dd 100644 --- a/misc/dashboard/app/build/init.go +++ b/misc/dashboard/app/build/init.go @@ -24,6 +24,8 @@ var subRepos = []string{ "crypto", "image", "net", + "talks", + "exp", } // Put subRepos into defaultPackages.