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

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

Issue 5950277446270976: Issue 2273 - Generate documentation for the Chrome extension (Closed)
Patch Set: Created April 4, 2015, 5:05 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: sitescripts/extensions/bin/createNightlies.py
===================================================================
--- a/sitescripts/extensions/bin/createNightlies.py
+++ b/sitescripts/extensions/bin/createNightlies.py
@@ -362,7 +362,7 @@
template.stream({'config': self.config, 'links': links}).dump(outputPath)
def updateDocs(self):
- if not self.config.type == 'gecko':
+ if self.config.type not in ('gecko', 'chrome'):
return
import buildtools.build as build
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld