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

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

Issue 29322531: Issue 2797 - Add "Update From Gallery" key to the Safari extension update manifest (Closed)
Patch Set: Created July 16, 2015, 3:32 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 | 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/createNightlies.py
===================================================================
--- a/sitescripts/extensions/bin/createNightlies.py
+++ b/sitescripts/extensions/bin/createNightlies.py
@@ -197,6 +197,7 @@
self.version = packager.getBuildVersion(self.tempdir, metadata, False, self.revision)
self.shortVersion = metadata.get("general", "version")
self.basename = metadata.get("general", "basename")
+ self.updatedFromGallery = True
Wladimir Palant 2015/07/16 19:13:26 What's the point having a flag if it is a constant
Sebastian Noack 2015/07/17 11:08:45 We use the same template to generate the update ma
Sebastian Noack 2015/07/17 11:34:52 Argh, I just realized that I got it the wrong way
def writeUpdateManifest(self):
"""
« no previous file with comments | « no previous file | sitescripts/extensions/template/updates.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld