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

Unified Diff: sitescripts/extensions/utils.py

Issue 8327353: Crawler backend (Closed)
Patch Set: Created Sept. 27, 2012, 2:15 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
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -152,6 +152,8 @@
self.packageSuffix = '.crx'
elif self.type == 'kmeleon':
self.packageSuffix = '.zip'
+ elif self.type == 'android':
+ self.packageSuffix = '.apk'
if self.nightlyConfig and not self.nightlyConfig.has_section(self.repositoryName):
self.nightlyConfig.add_section(self.repositoryName)

Powered by Google App Engine
This is Rietveld