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

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

Issue 29323481: Issue 2898 - Stop updating our update manifest for Firefox development builds (Closed)
Patch Set: Created Aug. 12, 2015, 12:06 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
@@ -567,18 +567,19 @@ class NightlyBuild(object):
self.readGeckoMetadata()
# create development build
self.build()
# write out changelog
self.writeChangelog(self.getChanges())
- # write update.rdf file
- self.writeUpdateManifest()
+ # write update manifest
+ if self.config.type != 'gecko':
+ self.writeUpdateManifest()
# update documentation
self.updateDocs()
# retire old builds
versions = self.retireBuilds()
if self.config.type == 'ie':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld