From 2d24bddc61879239b14378e394037ff922e891a9 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 8 Dec 2014 10:37:26 +1100 Subject: [PATCH] x/dashboard/app: update sub-repo list (+mobile, +text, -codereview) LGTM=dsymonds R=dsymonds CC=golang-codereviews https://golang.org/cl/176610044 --- dashboard/app/build/dash.go | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dashboard/app/build/dash.go b/dashboard/app/build/dash.go index 9c092e7809..82ef14d82b 100644 --- a/dashboard/app/build/dash.go +++ b/dashboard/app/build/dash.go @@ -133,11 +133,6 @@ var gitPackages = []*Package{ Name: "blog", Path: "golang.org/x/blog", }, - { - Kind: "subrepo", - Name: "codereview", - Path: "golang.org/x/codereview", - }, { Kind: "subrepo", Name: "crypto", @@ -153,6 +148,11 @@ var gitPackages = []*Package{ Name: "image", Path: "golang.org/x/image", }, + { + Kind: "subrepo", + Name: "mobile", + Path: "golang.org/x/mobile", + }, { Kind: "subrepo", Name: "net", @@ -168,6 +168,11 @@ var gitPackages = []*Package{ Name: "talks", Path: "golang.org/x/talks", }, + { + Kind: "subrepo", + Name: "text", + Path: "golang.org/x/text", + }, { Kind: "subrepo", Name: "tools",