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

Issue 4702358030254080: Unified version number across all platforms (Closed)

Created:
Jan. 6, 2014, 2:43 p.m. by Sebastian Noack
Modified:
Jan. 15, 2014, 4 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

As discussed with Wladimir the Safari build should share the same version number as the Chrome and Opera build.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M metadata.chrome View 1 chunk +0 lines, -1 line 0 comments Download
M metadata.common View 1 chunk +1 line, -0 lines 0 comments Download
M metadata.safari View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3
Sebastian Noack
Jan. 6, 2014, 2:44 p.m. (2014-01-06 14:44:09 UTC) #1
Wladimir Palant
LGTM. Note however that a buildtools change is necessary as well. releaseAutomation.py currently uses packager.getMetadataPath(baseDir, ...
Jan. 13, 2014, 12:32 p.m. (2014-01-13 12:32:28 UTC) #2
Sebastian Noack
Jan. 15, 2014, 3:08 p.m. (2014-01-15 15:08:53 UTC) #3
On 2014/01/13 12:32:28, Wladimir Palant wrote:
> LGTM. Note however that a buildtools change is necessary as well.
> releaseAutomation.py currently uses packager.getMetadataPath(baseDir, type) to
> find the metadata file to be changed. This will give metadata.chrome rather
than
> metadata.common however. Using packager.readMetadata(baseDir,
> type).option_source("general", "version") should work here.

See http://codereview.adblockplus.org/6047895316856832/

Powered by Google App Engine
This is Rietveld