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

Issue 160950044: code review 160950044: misc/makerelease: set version number in Windows installer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by jfrederich
Modified:
10 years, 4 months ago
Reviewers:
gobot, adg, dave, adg1
CC:
adg, cehessman, brainman, adg1, golang-codereviews
Visibility:
Public.

Description

misc/makerelease: set version number in Windows installer Set correct version number at Windows installer based on Go's Mercurial tag. Name | Version ------------------------------------------------ Go Programming Language amd64 go1.3.3 | 1.3.3 Go Programming Language amd64 go1.2rc3 | 1.2 Go Programming Language amd64 go1.2beta1 | 1.2 Fixes issue 8239.

Patch Set 1 #

Patch Set 2 : diff -r ad9e191a51946e43f1abac8b6a2fefbf2291eea7 https://code.google.com/p/go #

Total comments: 3

Patch Set 3 : diff -r ad9e191a51946e43f1abac8b6a2fefbf2291eea7 https://code.google.com/p/go #

Total comments: 4

Patch Set 4 : diff -r ad9e191a51946e43f1abac8b6a2fefbf2291eea7 https://code.google.com/p/go #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -4 lines) Patch
M misc/makerelease/makerelease.go View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M misc/makerelease/windows/installer.wxs View 1 2 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20
jfrederich
Hello rsc@golang.org, adg@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 5 months ago (2014-10-16 16:01:49 UTC) #1
cehessman
https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go File misc/makerelease/makerelease.go (right): https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go#newcode474 misc/makerelease/makerelease.go:474: // The Microsoft installer requires version format MAJOR.MINOR.BUILD.UPDATE. Source? ...
10 years, 5 months ago (2014-10-17 04:00:48 UTC) #2
brainman
It looks simple enough, thank you. I will try it early next week, and report ...
10 years, 5 months ago (2014-10-17 05:37:31 UTC) #3
adg
https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go File misc/makerelease/makerelease.go (right): https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go#newcode479 misc/makerelease/makerelease.go:479: // Should we handle release candidates like go1.3rc2? If ...
10 years, 5 months ago (2014-10-17 07:46:36 UTC) #4
jfrederich
On 2014/10/17 04:00:48, ceh wrote: > https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go > File misc/makerelease/makerelease.go (right): > > https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go#newcode474 > ...
10 years, 5 months ago (2014-10-17 08:52:12 UTC) #5
jfrederich
On 2014/10/17 07:46:36, adg wrote: > https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go > File misc/makerelease/makerelease.go (right): > > https://codereview.appspot.com/160950044/diff/60001/misc/makerelease/makerelease.go#newcode479 > ...
10 years, 5 months ago (2014-10-17 10:26:54 UTC) #6
jfrederich
Hello adg@golang.org, c.emil.hessman@gmail.com, alex.brainman@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 5 months ago (2014-10-17 10:27:14 UTC) #7
adg1
https://codereview.appspot.com/160950044/diff/90001/misc/makerelease/makerelease.go File misc/makerelease/makerelease.go (right): https://codereview.appspot.com/160950044/diff/90001/misc/makerelease/makerelease.go#newcode482 misc/makerelease/makerelease.go:482: re := regexp.MustCompile(`^go([0-9]+(\.[0-9]+)*)`) this should be a global variable ...
10 years, 4 months ago (2014-10-19 22:37:19 UTC) #8
brainman
I can confirm that it does fixes issue 8239. Thank you. Leaving for adg. Alex ...
10 years, 4 months ago (2014-10-20 01:27:26 UTC) #9
jfrederich
Please take another look. https://codereview.appspot.com/160950044/diff/90001/misc/makerelease/windows/installer.wxs File misc/makerelease/windows/installer.wxs (left): https://codereview.appspot.com/160950044/diff/90001/misc/makerelease/windows/installer.wxs#oldcode21 misc/makerelease/windows/installer.wxs:21: Name="Go Programming Language $(var.Arch) $(var.Version)" ...
10 years, 4 months ago (2014-10-20 07:57:56 UTC) #10
adg1
LGTM
10 years, 4 months ago (2014-10-20 20:44:12 UTC) #11
brainman
On Tue, Oct 21, 2014 at 7:48 AM, Andrew Gerrand <adg@golang.org> wrote: > The patch ...
10 years, 4 months ago (2014-10-20 22:37:53 UTC) #12
adg1
So this is an issue with our code review tool? On 21 October 2014 09:37, ...
10 years, 4 months ago (2014-10-21 01:39:37 UTC) #13
brainman
On 2014/10/21 01:39:37, adg1 wrote: > So this is an issue with our code review ...
10 years, 4 months ago (2014-10-21 01:51:07 UTC) #14
adg1
Agree. If Jens can't figure it out I'll just make the changes locally by hand ...
10 years, 4 months ago (2014-10-21 01:56:58 UTC) #15
jfrederich
Andrew, please make the changes by hand this time. I think yes it's an issue ...
10 years, 4 months ago (2014-10-21 16:47:20 UTC) #16
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=4b5ffe0e679e *** misc/makerelease: set version number in Windows installer Set correct version ...
10 years, 4 months ago (2014-10-21 23:56:39 UTC) #17
gobot
This CL appears to have broken the netbsd-amd64-bsiegert builder. See http://build.golang.org/log/b9ccff760aab288c7ae2a44c167e96d158412592
10 years, 4 months ago (2014-10-22 00:28:04 UTC) #18
dave_cheney.net
Can we just turn this builder off, it constantly try cries wolf. > On 22 ...
10 years, 4 months ago (2014-10-22 00:37:34 UTC) #19
adg1
10 years, 4 months ago (2014-10-22 00:45:17 UTC) #20
On 22 October 2014 11:37, Dave Cheney <dave@cheney.net> wrote:

> Can we just turn this builder off, it constantly try cries wolf.
>

https://codereview.appspot.com/155620047
Sign in to reply to this message.

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