1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:07:57 -07:00

misc/dashboard/app: make the builders test go.talks and go.exp

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7419048
This commit is contained in:
Shenghou Ma 2013-03-03 03:17:14 +08:00
parent 831db8d988
commit 0acda4e87d
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -24,6 +24,8 @@ var subRepos = []string{
"crypto",
"image",
"net",
"talks",
"exp",
}
// Put subRepos into defaultPackages.