From 9b6555c6050b0ca626e8725b47885c5e73e19704 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 27 Mar 2012 09:59:20 +1100 Subject: [PATCH] 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 --- misc/dist/bindist.go | 1 + 1 file changed, 1 insertion(+) 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", -- 2.50.0