]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/app: make the builders test go.talks and go.exp
authorShenghou Ma <minux.ma@gmail.com>
Sat, 2 Mar 2013 19:17:14 +0000 (03:17 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 2 Mar 2013 19:17:14 +0000 (03:17 +0800)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7419048

misc/dashboard/app/build/build.go
misc/dashboard/app/build/init.go

index 3ac9cc2419164130d86d4eec939a9671d2776737..e0c0f0048f83861ce68332e3267710a095f69c3f 100644 (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)
 
index 482d6f65f8726c3495cf9bfe5ccf06089deda5e2..85a766b9dd17e6e4f97b78e865d48ebb4ce53a5d 100644 (file)
@@ -24,6 +24,8 @@ var subRepos = []string{
        "crypto",
        "image",
        "net",
+       "talks",
+       "exp",
 }
 
 // Put subRepos into defaultPackages.