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

Unified Diff: packagerEdge.py

Issue 29374642: Issue 4865 - Make sure Identity.Name attribute is different for devbuilds for Edge (Closed)
Patch Set: Created Feb. 6, 2017, 3:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerEdge.py
===================================================================
--- a/packagerEdge.py
+++ b/packagerEdge.py
@@ -92,6 +92,9 @@
else:
params['app_extension_id'] = 'EdgeExtension'
+ if not release_build:
+ params['app_id'] += 'developmentbuild'
Sebastian Noack 2017/02/07 14:44:38 During the review of the initial implementation we
Vasily Kuznetsov 2017/02/07 14:57:41 I prefer the second option. Constructing ids from
Oleksandr 2017/02/08 06:56:55 Done.
+
translation = load_translation(files, defaultLocale)
name_key = 'name' if release_build else 'name_devbuild'
params['display_name'] = translation[name_key]['message']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld