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

Issue 5697050: code review 5697050: misc/dist: implement binary distribution scripts in go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by adg
Modified:
13 years ago
Reviewers:
CC:
golang-dev, r, brainman, r2, mike.rosset_gmail.com
Visibility:
Public.

Description

misc/dist: implement binary distribution scripts in go

Patch Set 1 #

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

Patch Set 3 : diff -r 5952c7a2c93f https://go.googlecode.com/hg #

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

Total comments: 6

Patch Set 5 : diff -r 96bd78e7d35e https://go.googlecode.com/hg #

Patch Set 6 : diff -r 96bd78e7d35e https://go.googlecode.com/hg #

Patch Set 7 : diff -r 96bd78e7d35e https://go.googlecode.com/hg #

Total comments: 10

Patch Set 8 : diff -r 96bd78e7d35e https://go.googlecode.com/hg #

Patch Set 9 : diff -r 9c480054e50a https://go.googlecode.com/hg #

Patch Set 10 : diff -r 9c480054e50a https://go.googlecode.com/hg #

Patch Set 11 : diff -r 1e7ecf40d9e9 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -131 lines) Patch
R misc/dist/README View 1 1 chunk +0 lines, -4 lines 0 comments Download
A misc/dist/bindist.go View 1 2 3 4 5 6 7 1 chunk +304 lines, -0 lines 0 comments Download
R misc/dist/darwin/README View 1 1 chunk +0 lines, -3 lines 0 comments Download
R misc/dist/darwin/dist.bash View 1 1 chunk +0 lines, -69 lines 0 comments Download
R misc/dist/linux/dist.bash View 1 1 chunk +0 lines, -55 lines 0 comments Download

Messages

Total messages: 19
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg
13 years, 1 month ago (2012-02-24 04:47:31 UTC) #1
r
http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go#newcode1 misc/dist/bindist.go:1: // This is a tool for packaging binary releases. ...
13 years, 1 month ago (2012-02-24 05:01:19 UTC) #2
adg
PTAL http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go#newcode1 misc/dist/bindist.go:1: // This is a tool for packaging binary ...
13 years, 1 month ago (2012-02-24 05:58:49 UTC) #3
adg
This now includes code to upload the archives to Google Code.
13 years, 1 month ago (2012-02-24 06:00:10 UTC) #4
brainman
http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go#newcode173 misc/dist/bindist.go:173: strings.HasPrefix(e, "GOARCH=") { You should also skip GOBIN variable. ...
13 years, 1 month ago (2012-02-24 06:10:08 UTC) #5
adg
http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5006/misc/dist/bindist.go#newcode173 misc/dist/bindist.go:173: strings.HasPrefix(e, "GOARCH=") { On 2012/02/24 06:10:09, brainman wrote: > ...
13 years, 1 month ago (2012-02-24 06:18:45 UTC) #6
brainman
LGTM
13 years, 1 month ago (2012-02-24 07:30:32 UTC) #7
r
http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go#newcode6 misc/dist/bindist.go:6: // It currently supports FreeBSD, Linux, and OS X. ...
13 years, 1 month ago (2012-02-24 08:44:35 UTC) #8
adg
http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go#newcode112 misc/dist/bindist.go:112: for _, name := range cleanFiles { On 2012/02/24 ...
13 years, 1 month ago (2012-02-24 23:01:56 UTC) #9
r2
On 25/02/2012, at 10:01 AM, adg@golang.org wrote: > > http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go > File misc/dist/bindist.go (right): > ...
13 years, 1 month ago (2012-02-24 23:05:39 UTC) #10
adg
http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go File misc/dist/bindist.go (right): http://codereview.appspot.com/5697050/diff/5/misc/dist/bindist.go#newcode6 misc/dist/bindist.go:6: // It currently supports FreeBSD, Linux, and OS X. ...
13 years, 1 month ago (2012-02-25 04:47:01 UTC) #11
adg
What kind of check? What's the concern? On 25 February 2012 10:05, Rob 'Commander' Pike ...
13 years, 1 month ago (2012-02-25 04:49:06 UTC) #12
r2
On 25/02/2012, at 3:48 PM, Andrew Gerrand wrote: > What kind of check? What's the ...
13 years, 1 month ago (2012-02-25 04:55:10 UTC) #13
Mike.Rosset
On 2012/02/24 04:47:31, adg wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
13 years, 1 month ago (2012-02-25 08:01:37 UTC) #14
adg
This is just a tool for the go team to use. It is fine to ...
13 years, 1 month ago (2012-02-25 09:02:43 UTC) #15
mike.rosset_gmail.com
> This is just a tool for the go team to use. It is fine ...
13 years, 1 month ago (2012-02-25 09:21:52 UTC) #16
adg
Can I get an amen?
13 years, 1 month ago (2012-03-01 03:35:04 UTC) #17
r
LGTM
13 years, 1 month ago (2012-03-01 03:56:40 UTC) #18
adg
13 years, 1 month ago (2012-03-01 04:49:43 UTC) #19
*** Submitted as http://code.google.com/p/go/source/detail?r=aa80d27aef25 ***

misc/dist: implement binary distribution scripts in go

R=golang-dev, r, alex.brainman, r, mike.rosset
CC=golang-dev
http://codereview.appspot.com/5697050
Sign in to reply to this message.

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