From 77d6cf1cd5e563f3862ca306a8bbe25c5fa0dd5f Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 11 Mar 2013 11:06:21 +1100 Subject: [PATCH] misc/dashboard: add go.blog sub-repo to dashboard R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/7690043 --- misc/dashboard/app/build/init.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/dashboard/app/build/init.go b/misc/dashboard/app/build/init.go index 85a766b9dd..505f96fc4c 100644 --- a/misc/dashboard/app/build/init.go +++ b/misc/dashboard/app/build/init.go @@ -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. -- 2.48.1