| Index: sitescripts/extensions/utils.py |
| =================================================================== |
| --- a/sitescripts/extensions/utils.py |
| +++ b/sitescripts/extensions/utils.py |
| @@ -128,17 +128,16 @@ 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') |
|
Vasily Kuznetsov
2016/06/01 17:14:15
I see you removed this variable from the config. W
Wladimir Palant
2016/06/03 14:14:06
No, it doesn't look like it was actually used, not
Vasily Kuznetsov
2016/06/03 16:04:49
Acknowledged.
|
| 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') |