From df7f175a643058ef2be6ff8ccafa270ea4f0ffa6 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 10 Nov 2014 13:21:57 +1100 Subject: [PATCH] x/tools/dashboard/app: revert sub-repo path rename We're going to keep the old paths in the dashboard until after Go 1.4 is out the door. TBR=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/169240044 --- dashboard/app/build/dash.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/app/build/dash.go b/dashboard/app/build/dash.go index e00b0311..52ca74da 100644 --- a/dashboard/app/build/dash.go +++ b/dashboard/app/build/dash.go @@ -61,47 +61,47 @@ var goPackages = []*Package{ { Kind: "subrepo", Name: "go.blog", - Path: "golang.org/x/blog", + Path: "code.google.com/p/go.blog", }, { Kind: "subrepo", Name: "go.codereview", - Path: "golang.org/x/codereview", + Path: "code.google.com/p/go.codereview", }, { Kind: "subrepo", Name: "go.crypto", - Path: "golang.org/x/crypto", + Path: "code.google.com/p/go.crypto", }, { Kind: "subrepo", Name: "go.exp", - Path: "golang.org/x/exp", + Path: "code.google.com/p/go.exp", }, { Kind: "subrepo", Name: "go.image", - Path: "golang.org/x/image", + Path: "code.google.com/p/go.image", }, { Kind: "subrepo", Name: "go.net", - Path: "golang.org/x/net", + Path: "code.google.com/p/go.net", }, { Kind: "subrepo", Name: "go.sys", - Path: "golang.org/x/sys", + Path: "code.google.com/p/go.sys", }, { Kind: "subrepo", Name: "go.talks", - Path: "golang.org/x/talks", + Path: "code.google.com/p/go.talks", }, { Kind: "subrepo", Name: "go.tools", - Path: "golang.org/x/tools", + Path: "code.google.com/p/go.tools", }, }