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

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

Issue 29335805: Issue 1299 - Generate docs outside the devbuild build process (Closed)
Patch Set: Separate pull and update, specify revision to include Created Feb. 9, 2016, 12:39 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 | « sitescripts/docs/bin/generate_docs.py ('k') | 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
@@ -381,14 +381,6 @@
template = get_template(get_config().get('extensions', 'nightlyIndexPage'))
template.stream({'config': self.config, 'links': links}).dump(outputPath)
- def updateDocs(self):
- if self.config.type not in ('gecko', 'chrome'):
- return
-
- import buildtools.build as build
- outputPath = os.path.join(self.config.docsDirectory, self.basename)
- build.generateDocs(self.tempdir, None, [('--quiet', '')], [outputPath], self.config.type)
-
def uploadToMozillaAddons(self):
import urllib3
@@ -588,9 +580,6 @@
if self.config.type != 'gecko':
self.writeUpdateManifest()
- # update documentation
- self.updateDocs()
-
# retire old builds
versions = self.retireBuilds()
« no previous file with comments | « sitescripts/docs/bin/generate_docs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld