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

Unified Diff: sitescripts/extensions/utils.py

Issue 10669003: Link to remote downloads server rather than a local downloads directory (Closed)
Patch Set: Created May 22, 2013, 2:33 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/extensions/bin/updateDownloadLinks.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
@@ -120,17 +120,17 @@ class Configuration(object):
config = None
nightlyConfig = None
repositoryName = None
repository = None
buildRepository = _defineGlobalProperty('buildRepository')
nightliesDirectory = _defineGlobalProperty('nightliesDirectory')
nightliesURL = _defineGlobalProperty('nightliesURL')
- downloadsDirectory = _defineGlobalProperty('downloadsDirectory')
+ downloadsRepo = _defineGlobalProperty('downloadsRepo')
downloadsURL = _defineGlobalProperty('downloadsURL')
docsDirectory = _defineGlobalProperty('docsDirectory')
signtool = _defineGlobalProperty('signtool')
certname = _defineGlobalProperty('signtool_certname')
dbdir = _defineGlobalProperty('signtool_dbdir')
dbpass = _defineGlobalProperty('signtool_dbpass')
keyFile = _defineLocalProperty('key', '')
« no previous file with comments | « sitescripts/extensions/bin/updateDownloadLinks.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld