Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 10879048: Use minor upgrade mechanism for updates, set installer versionautomatically (Closed)

Created:
June 11, 2013, 1:21 p.m. by Wladimir Palant
Modified:
June 19, 2013, 5:39 p.m.
Reviewers:
Eric, Felix Dahlke
Visibility:
Public.

Description

Use minor upgrade mechanism for updates, set installer version automatically

Patch Set 1 #

Total comments: 14

Patch Set 2 : Added default version #

Patch Set 3 : Looks like I misunderstood nmake documentation, previous change made settings VERSION parameter ext… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M WixInstaller/Makefile View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 9
Wladimir Palant
June 11, 2013, 1:21 p.m. (2013-06-11 13:21:29 UTC) #1
Felix Dahlke
LGTM, with a nit. http://codereview.adblockplus.org/10879048/diff/1/build_release.py File build_release.py (right): http://codereview.adblockplus.org/10879048/diff/1/build_release.py#newcode31 build_release.py:31: buildnum, dummy = subprocess.Popen(['hg', 'id', ...
June 11, 2013, 1:53 p.m. (2013-06-11 13:53:22 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/10879048/diff/1/build_release.py File build_release.py (right): http://codereview.adblockplus.org/10879048/diff/1/build_release.py#newcode31 build_release.py:31: buildnum, dummy = subprocess.Popen(['hg', 'id', '-R', basedir, '-n'], stdout=subprocess.PIPE).communicate() ...
June 11, 2013, 2:43 p.m. (2013-06-11 14:43:18 UTC) #3
Felix Dahlke
On 2013/06/11 14:43:18, Wladimir Palant wrote: > http://codereview.adblockplus.org/10879048/diff/1/build_release.py > File build_release.py (right): > > http://codereview.adblockplus.org/10879048/diff/1/build_release.py#newcode31 ...
June 11, 2013, 2:45 p.m. (2013-06-11 14:45:18 UTC) #4
Eric
(1) We have two different kinds of developer use cases, the first is developing the ...
June 11, 2013, 3:41 p.m. (2013-06-11 15:41:46 UTC) #5
Wladimir Palant
I uploaded a change to the makefile. All other comments are hopefully addressed below. On ...
June 12, 2013, 9:46 a.m. (2013-06-12 09:46:33 UTC) #6
Wladimir Palant
Looks like I misunderstood nmake documentation, previous change made settings VERSION parameter externally impossible.
June 12, 2013, 2:02 p.m. (2013-06-12 14:02:34 UTC) #7
Eric
LGTM All my concerns are longer-term and don't affect the immediate changes here. http://codereview.adblockplus.org/10879048/diff/1/WixInstaller/Makefile File ...
June 12, 2013, 2:33 p.m. (2013-06-12 14:33:24 UTC) #8
Wladimir Palant
June 19, 2013, 5:39 p.m. (2013-06-19 17:39:23 UTC) #9
There is a default version number now and Felix changed the upgrade mechanism to
major upgrades again so all concerns seem to be addressed - closing this.

Powered by Google App Engine
This is Rietveld