| Index: sitescripts/extensions/utils.py |
| =================================================================== |
| --- a/sitescripts/extensions/utils.py |
| +++ b/sitescripts/extensions/utils.py |
| @@ -128,16 +128,17 @@ |
| """ |
| 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 |
| + bookmark = _defineProperty('bookmark', default='master') |
|
Wladimir Palant
2016/10/26 15:34:03
It seems that we want this property (and the corre
Jon Sonesen
2016/10/26 17:44:05
Done.
|
| spiderMonkeyBinary = _defineProperty('spiderMonkeyBinary', default='') |
| nightliesDirectory = _defineProperty('nightliesDirectory') |
| nightliesURL = _defineProperty('nightliesURL') |
| downloadsRepo = _defineProperty('downloadsRepo') |
| downloadsURL = _defineProperty('downloadsURL') |
| docsDirectory = _defineProperty('docsDirectory') |
| signtool = _defineProperty('signtool') |