From: Andrew Gerrand Date: Mon, 26 Mar 2012 23:38:10 +0000 (+1100) Subject: misc/dist: don't ship codereview either X-Git-Tag: weekly~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0c58eff0b6ff3ed72f1799cd9dd9c3397387656b;p=gostls13.git misc/dist: don't ship codereview either R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043 --- 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",