Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(165)

Issue 4172056: code review 4172056: gobuilder: add -package flag to build external packages (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by adg
Modified:
14 years ago
Reviewers:
CC:
rsc, gri, r, r2, golang-dev
Visibility:
Public.

Description

gobuilder: add -package flag to build external packages Also add -v for verbose logging.

Patch Set 1 #

Patch Set 2 : diff -r c166ed517af1 https://go.googlecode.com/hg/ #

Total comments: 8

Patch Set 3 : diff -r 5f0839c8649e https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r 726656100924 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 673e2876186d https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 0309fd640319 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -16 lines) Patch
M misc/dashboard/builder/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M misc/dashboard/builder/doc.go View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M misc/dashboard/builder/exec.go View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M misc/dashboard/builder/hg.go View 1 2 2 chunks +27 lines, -0 lines 0 comments Download
M misc/dashboard/builder/http.go View 1 2 3 chunks +46 lines, -0 lines 0 comments Download
M misc/dashboard/builder/main.go View 1 2 3 4 10 chunks +97 lines, -16 lines 0 comments Download
A misc/dashboard/builder/package.go View 1 2 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 14
adg
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-02-18 23:18:57 UTC) #1
adg
PTAL I now pull the docs here without using goinstall/godoc. It was just as easy ...
14 years ago (2011-02-23 03:20:31 UTC) #2
gri
FYI. The doc extraction looks good. The rest of the code looks fine to me, ...
14 years ago (2011-02-23 04:35:23 UTC) #3
r
http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/doc.go File misc/dashboard/builder/doc.go (right): http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/doc.go#newcode45 misc/dashboard/builder/doc.go:45: -package: Third-party package builder mode rev, cmd, package? how ...
14 years ago (2011-02-23 04:42:37 UTC) #4
rsc
http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/http.go File misc/dashboard/builder/http.go (right): http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/http.go#newcode12 misc/dashboard/builder/http.go:12: "strconv" |sort http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/main.go#newcode47 misc/dashboard/builder/main.go:47: packageMode ...
14 years ago (2011-02-23 17:07:37 UTC) #5
adg
PTAL On 2011/02/23 04:42:37, r wrote: > http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/doc.go > File misc/dashboard/builder/doc.go (right): > > http://codereview.appspot.com/4172056/diff/3001/misc/dashboard/builder/doc.go#newcode45 ...
14 years ago (2011-02-23 22:15:04 UTC) #6
r2
http://codereview.appspot.com/4172056/diff/13001/misc/dashboard/builder/doc.go File misc/dashboard/builder/doc.go (right): http://codereview.appspot.com/4172056/diff/13001/misc/dashboard/builder/doc.go#newcode48 misc/dashboard/builder/doc.go:48: state to dashboard, issue releases, or run benchmarks) sorry ...
14 years ago (2011-02-24 00:21:10 UTC) #7
rsc
> looks to me like 'build' might be the right name The program is called ...
14 years ago (2011-02-24 03:45:54 UTC) #8
r2
On Feb 23, 2011, at 7:44 PM, Russ Cox wrote: >> looks to me like ...
14 years ago (2011-02-24 04:09:00 UTC) #9
adg
http://codereview.appspot.com/4172056/diff/13001/misc/dashboard/builder/doc.go File misc/dashboard/builder/doc.go (right): http://codereview.appspot.com/4172056/diff/13001/misc/dashboard/builder/doc.go#newcode48 misc/dashboard/builder/doc.go:48: state to dashboard, issue releases, or run benchmarks) On ...
14 years ago (2011-02-24 04:16:11 UTC) #10
adg
Ping!
14 years ago (2011-03-01 00:37:24 UTC) #11
rsc
LGTM http://codereview.appspot.com/4172056/diff/15002/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): http://codereview.appspot.com/4172056/diff/15002/misc/dashboard/builder/main.go#newcode390 misc/dashboard/builder/main.go:390: // envv returns an environment for build/bench execution ...
14 years ago (2011-03-02 20:04:23 UTC) #12
adg
Good suggestion, thanks. http://codereview.appspot.com/4172056/diff/15002/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): http://codereview.appspot.com/4172056/diff/15002/misc/dashboard/builder/main.go#newcode390 misc/dashboard/builder/main.go:390: // envv returns an environment for ...
14 years ago (2011-03-02 23:21:58 UTC) #13
adg
14 years ago (2011-03-03 03:41:13 UTC) #14
*** Submitted as http://code.google.com/p/go/source/detail?r=262b13e908a6 ***

gobuilder: add -package flag to build external packages

Also add -v for verbose logging.

R=rsc, gri, r, r2
CC=golang-dev
http://codereview.appspot.com/4172056
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b