commit | 0c58eff0b6ff3ed72f1799cd9dd9c3397387656b | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Tue Mar 27 10:38:10 2012 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Mar 27 10:38:10 2012 +1100 |
tree | cef4b326daffb0755c59dfcefe8b0c2c918c2b7b | |
parent | fd9c206718484ace00515f1ed3757c5a0dce8887 [diff] |
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 b3265e5..05db8e7 100644 --- a/misc/dist/bindist.go +++ b/misc/dist/bindist.go
@@ -44,7 +44,8 @@ ) var preBuildCleanFiles = []string{ - "misc/dashboard/godashboard", // old python code + "lib/codereview", + "misc/dashboard/godashboard", "src/cmd/cov", "src/cmd/prof", "src/pkg/exp",