aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-27 10:38:10 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-27 10:38:10 +1100
commit0c58eff0b6ff3ed72f1799cd9dd9c3397387656b (patch)
treecef4b326daffb0755c59dfcefe8b0c2c918c2b7b
parentfd9c206718484ace00515f1ed3757c5a0dce8887 (diff)
downloadgo-0c58eff0b6ff3ed72f1799cd9dd9c3397387656b.tar.gz
go-0c58eff0b6ff3ed72f1799cd9dd9c3397387656b.zip
misc/dist: don't ship codereview either
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043
-rw-r--r--misc/dist/bindist.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go
index b3265e558e..05db8e7bbd 100644
--- a/misc/dist/bindist.go
+++ b/misc/dist/bindist.go
@@ -44,7 +44,8 @@ const (
)
var preBuildCleanFiles = []string{
- "misc/dashboard/godashboard", // old python code
+ "lib/codereview",
+ "misc/dashboard/godashboard",
"src/cmd/cov",
"src/cmd/prof",
"src/pkg/exp",