From c3dbe5d24c8036679d733be3d7aef40f56c7d379 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sun, 19 May 2013 10:04:23 +1000 Subject: [PATCH] misc/dashboard: add go.tools to list of subrepos R=r, adg, dsymonds CC=golang-dev https://golang.org/cl/9535044 --- misc/dashboard/app/build/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/dashboard/app/build/init.go b/misc/dashboard/app/build/init.go index 505f96fc4c..6d1a840c53 100644 --- a/misc/dashboard/app/build/init.go +++ b/misc/dashboard/app/build/init.go @@ -27,6 +27,7 @@ var subRepos = []string{ "image", "net", "talks", + "tools", } // Put subRepos into defaultPackages. -- 2.48.1