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

Unified Diff: sitescripts/extensions/bin/updateUpdateManifests.py

Issue 29322531: Issue 2797 - Add "Update From Gallery" key to the Safari extension update manifest (Closed)
Patch Set: Add "Update From Gallery" for stable, not development builds Created July 17, 2015, 11:33 a.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 | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/template/updates.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/bin/updateUpdateManifests.py
===================================================================
--- a/sitescripts/extensions/bin/updateUpdateManifests.py
+++ b/sitescripts/extensions/bin/updateUpdateManifests.py
@@ -62,6 +62,7 @@
'version': version,
'shortVersion': version,
'basename': metadata.get('general', 'basename'),
+ 'updatedFromGallery': True
}
elif repo.type == 'gecko':
metadata = repo.readMetadata(version)
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/template/updates.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld