From: Andrew Gerrand Date: Mon, 26 Mar 2012 22:59:20 +0000 (+1100) Subject: misc/dist: don't include old python dashboard in releases X-Git-Tag: weekly~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9b6555c6050b0ca626e8725b47885c5e73e19704;p=gostls13.git 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 --- 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",