]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: don't ship codereview either
authorAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 23:38:10 +0000 (10:38 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 23:38:10 +0000 (10:38 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5917043

misc/dist/bindist.go

index b3265e558e43e24ad50fea7fb750fec9e1f46850..05db8e7bbd13c4ff704093761b060f67d65a8658 100644 (file)
@@ -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",