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

Issue 29374642: Issue 4865 - Make sure Identity.Name attribute is different for devbuilds for Edge (Closed)

Created:
Feb. 6, 2017, 3:24 p.m. by Oleksandr
Modified:
Feb. 9, 2017, 4:20 p.m.
Visibility:
Public.

Description

Issue 4865 - Make sure Identity.Name attribute is different for devbuilds for Edge

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use separate entries for app_id in release and devbuild builds. Update the tests. #

Total comments: 4

Patch Set 3 : Rename a variable. Remove unnecessary conditional. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M packagerEdge.py View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M tests/metadata.edge View 1 1 chunk +2 lines, -1 line 0 comments Download
M tests/test_packagerEdge.py View 1 3 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 11
Oleksandr
Feb. 6, 2017, 9:42 p.m. (2017-02-06 21:42:46 UTC) #1
kzar
LGTM
Feb. 7, 2017, 7:04 a.m. (2017-02-07 07:04:36 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py File packagerEdge.py (right): https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py#newcode96 packagerEdge.py:96: params['app_id'] += 'developmentbuild' During the review of the initial ...
Feb. 7, 2017, 2:44 p.m. (2017-02-07 14:44:38 UTC) #3
Vasily Kuznetsov
https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py File packagerEdge.py (right): https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py#newcode96 packagerEdge.py:96: params['app_id'] += 'developmentbuild' On 2017/02/07 14:44:38, Sebastian Noack wrote: ...
Feb. 7, 2017, 2:57 p.m. (2017-02-07 14:57:41 UTC) #4
wspee
On 2017/02/07 14:57:41, Vasily Kuznetsov wrote: > https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py > File packagerEdge.py (right): > > https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py#newcode96 ...
Feb. 7, 2017, 3:13 p.m. (2017-02-07 15:13:17 UTC) #5
Oleksandr
https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py File packagerEdge.py (right): https://codereview.adblockplus.org/29374642/diff/29374643/packagerEdge.py#newcode96 packagerEdge.py:96: params['app_id'] += 'developmentbuild' On 2017/02/07 14:57:41, Vasily Kuznetsov wrote: ...
Feb. 8, 2017, 6:56 a.m. (2017-02-08 06:56:56 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29374642/diff/29374724/packagerEdge.py File packagerEdge.py (left): https://codereview.adblockplus.org/29374642/diff/29374724/packagerEdge.py#oldcode88 packagerEdge.py:88: metadata_id_suffix = 'release' if release_build else 'devbuild' Nit: Perhaps, ...
Feb. 8, 2017, 7:17 a.m. (2017-02-08 07:17:16 UTC) #7
Oleksandr
https://codereview.adblockplus.org/29374642/diff/29374724/packagerEdge.py File packagerEdge.py (left): https://codereview.adblockplus.org/29374642/diff/29374724/packagerEdge.py#oldcode88 packagerEdge.py:88: metadata_id_suffix = 'release' if release_build else 'devbuild' On 2017/02/08 ...
Feb. 8, 2017, 7:47 a.m. (2017-02-08 07:47:31 UTC) #8
Sebastian Noack
LGTM
Feb. 8, 2017, 7:49 a.m. (2017-02-08 07:49:42 UTC) #9
wspee
LGTM
Feb. 8, 2017, 10:42 a.m. (2017-02-08 10:42:21 UTC) #10
Vasily Kuznetsov
Feb. 8, 2017, 4:01 p.m. (2017-02-08 16:01:48 UTC) #11
LGTM from me too, in case still needed :)

Powered by Google App Engine
This is Rietveld