]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard: add go.blog sub-repo to dashboard
authorAndrew Gerrand <adg@golang.org>
Mon, 11 Mar 2013 00:06:21 +0000 (11:06 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 11 Mar 2013 00:06:21 +0000 (11:06 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7690043

misc/dashboard/app/build/init.go

index 85a766b9dd17e6e4f97b78e865d48ebb4ce53a5d..505f96fc4ccf4c7c7ca74f9465aa349480811bc4 100644 (file)
@@ -20,12 +20,13 @@ var defaultPackages = []*Package{
 
 // subRepos specifies the Go project sub-repositories.
 var subRepos = []string{
+       "blog",
        "codereview",
        "crypto",
+       "exp",
        "image",
        "net",
        "talks",
-       "exp",
 }
 
 // Put subRepos into defaultPackages.