]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: don't include old python dashboard in releases
authorAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 22:59:20 +0000 (09:59 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 22:59:20 +0000 (09:59 +1100)
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

misc/dist/bindist.go

index 115049aa6835fb582c5842a840c208bf3d6513d1..b3265e558e43e24ad50fea7fb750fec9e1f46850 100644 (file)
@@ -44,6 +44,7 @@ const (
 )
 
 var preBuildCleanFiles = []string{
+       "misc/dashboard/godashboard", // old python code
        "src/cmd/cov",
        "src/cmd/prof",
        "src/pkg/exp",