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

Unified Diff: sitescripts/extensions/utils.py

Issue 29345508: Issue 4098 - Get rid of special build setup for development builds (Closed)
Patch Set: Improved ensure_dependencies call Created June 6, 2016, 11:49 a.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/extensions/bin/createNightlies.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -128,17 +128,17 @@ class Configuration(object):
return property(lambda self: self.nightlyConfig.get(self.repositoryName, key),
lambda self, value: self.nightlyConfig.set(self.repositoryName, key, value))
config = None
nightlyConfig = None
repositoryName = None
repository = None
- buildRepository = _defineProperty('buildRepository')
+ spiderMonkeyBinary = _defineProperty('spiderMonkeyBinary', default='')
nightliesDirectory = _defineProperty('nightliesDirectory')
nightliesURL = _defineProperty('nightliesURL')
downloadsRepo = _defineProperty('downloadsRepo')
downloadsURL = _defineProperty('downloadsURL')
docsDirectory = _defineProperty('docsDirectory')
signtool = _defineProperty('signtool')
certname = _defineProperty('signtool_certname')
dbdir = _defineProperty('signtool_dbdir')
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld