aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-27 09:59:20 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-27 09:59:20 +1100
commit9b6555c6050b0ca626e8725b47885c5e73e19704 (patch)
tree44917f97cf70efc16a8d5468ef06d8efdcbd2a6d
parentd2991229bc49adf29eb56034a064eebaaa893418 (diff)
downloadgo-9b6555c6050b0ca626e8725b47885c5e73e19704.tar.gz
go-9b6555c6050b0ca626e8725b47885c5e73e19704.zip
misc/dist: don't include old python dashboard in releases
I'd prefer not to ship a bunch of bad Python code to everyone who uses Go 1. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5915043
-rw-r--r--misc/dist/bindist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go
index 115049aa68..b3265e558e 100644
--- a/misc/dist/bindist.go
+++ b/misc/dist/bindist.go
@@ -44,6 +44,7 @@ const (
)
var preBuildCleanFiles = []string{
+ "misc/dashboard/godashboard", // old python code
"src/cmd/cov",
"src/cmd/prof",
"src/pkg/exp",