From 0c58eff0b6ff3ed72f1799cd9dd9c3397387656b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 27 Mar 2012 10:38:10 +1100 Subject: [PATCH] misc/dist: don't ship codereview either R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043 --- misc/dist/bindist.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.48.1