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', '') |