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

Issue 7034049: code review 7034049: misc/dashboard/builder: set GOPATH before building subrepos (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by dfc
Modified:
11 years, 3 months ago
Reviewers:
CC:
minux1, adg, golang-dev
Visibility:
Public.

Description

misc/dashboard/builder: set GOPATH before building subrepos This proposal updates the dashboard builder to avoid relying on the (soon to be removed) support for using go get to download to $GOROOT. The result is WORKSPACE=$(the value of the -buildRoot flag / $BUILDER_NAME + hg revision) GOROOT=$WORKSPACE/go GOPATH=$WORKSPACE Required for CL 6941058.

Patch Set 1 #

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

Patch Set 3 : diff -r 6867d442bb3d https://go.googlecode.com/hg/ #

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

Total comments: 3

Patch Set 5 : diff -r ae4e014e0b77 https://code.google.com/p/go #

Patch Set 6 : diff -r b938bdc34b7c https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -19 lines) Patch
M misc/dashboard/builder/main.go View 1 2 3 4 4 chunks +15 lines, -19 lines 0 comments Download

Messages

Total messages: 5
dfc
Hello minux.ma@gmail.com, adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 3 months ago (2013-01-03 22:11:27 UTC) #1
adg
https://codereview.appspot.com/7034049/diff/8001/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): https://codereview.appspot.com/7034049/diff/8001/misc/dashboard/builder/main.go#newcode356 misc/dashboard/builder/main.go:356: env[i] = p + above this sep := string(os.PathListSeparator) ...
11 years, 3 months ago (2013-01-06 21:28:11 UTC) #2
adg
LGTM
11 years, 3 months ago (2013-01-06 21:28:19 UTC) #3
dfc
Thank you for your comments. https://codereview.appspot.com/7034049/diff/8001/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): https://codereview.appspot.com/7034049/diff/8001/misc/dashboard/builder/main.go#newcode356 misc/dashboard/builder/main.go:356: env[i] = p + ...
11 years, 3 months ago (2013-01-06 23:10:26 UTC) #4
dfc
11 years, 3 months ago (2013-01-07 00:24:31 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=b6f92bf40bb8 ***

misc/dashboard/builder: set GOPATH before building subrepos

This proposal updates the dashboard builder to avoid relying on the (soon to be
removed) support for using go get to download to $GOROOT. The result is

WORKSPACE=$(the value of the -buildRoot flag / $BUILDER_NAME + hg revision)
GOROOT=$WORKSPACE/go
GOPATH=$WORKSPACE

Required for CL 6941058.

R=minux.ma, adg
CC=golang-dev
https://codereview.appspot.com/7034049
Sign in to reply to this message.

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