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

Issue 9259023: Use platform-dependent metadata files to allow multiple builds from the same repository (Closed)

Created:
Jan. 25, 2013, 7:10 a.m. by Wladimir Palant
Modified:
Jan. 25, 2013, 10:23 a.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Use platform-dependent metadata files to allow multiple builds from the same repository

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : The -t command line flag is now properly documented in the help output, it`s still a very special c… #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -11 lines) Patch
M build.py View 1 2 4 chunks +47 lines, -5 lines 3 comments Download
M packager.py View 1 chunk +4 lines, -4 lines 0 comments Download
M packagerChrome.py View 1 chunk +8 lines, -1 line 0 comments Download
M packagerGecko.py View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 7
Wladimir Palant
Jan. 25, 2013, 7:10 a.m. (2013-01-25 07:10:07 UTC) #1
Wladimir Palant
Jan. 25, 2013, 7:13 a.m. (2013-01-25 07:13:07 UTC) #2
Felix Dahlke
http://codereview.adblockplus.org/9259023/diff/3001/build.py File build.py (right): http://codereview.adblockplus.org/9259023/diff/3001/build.py#newcode510 build.py:510: if args[i] == '-t' and i < len(args) - ...
Jan. 25, 2013, 7:49 a.m. (2013-01-25 07:49:43 UTC) #3
Wladimir Palant
The -t command line flag is now properly documented in the help output, it`s still ...
Jan. 25, 2013, 8:22 a.m. (2013-01-25 08:22:53 UTC) #4
Wladimir Palant
http://codereview.adblockplus.org/9259023/diff/3001/build.py File build.py (right): http://codereview.adblockplus.org/9259023/diff/3001/build.py#newcode510 build.py:510: if args[i] == '-t' and i < len(args) - ...
Jan. 25, 2013, 8:23 a.m. (2013-01-25 08:23:09 UTC) #5
Felix Dahlke
LGTM, apart from the rogue white space. http://codereview.adblockplus.org/9259023/diff/7001/build.py File build.py (right): http://codereview.adblockplus.org/9259023/diff/7001/build.py#newcode511 build.py:511: if len(args) ...
Jan. 25, 2013, 8:30 a.m. (2013-01-25 08:30:49 UTC) #6
Wladimir Palant
Jan. 25, 2013, 10:23 a.m. (2013-01-25 10:23:49 UTC) #7
http://codereview.adblockplus.org/9259023/diff/7001/build.py
File build.py (right):

http://codereview.adblockplus.org/9259023/diff/7001/build.py#newcode548
build.py:548: type = getType(baseDir, scriptName,   args)
On 2013/01/25 08:30:49, Felix H. Dahlke wrote:
> There's a rogue white space before "args". Utter nit pick, of course :)

Fixed that before pushing.

Powered by Google App Engine
This is Rietveld