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

Unified Diff: sitescripts/extensions/utils.py

Issue 29751598: Issue 6291 - Use client certificate for Windows Store uploads (Closed) Base URL: https://hg.adblockplus.org/abpssembly/file/a67d8f0e66b2
Patch Set: NO CHANGE rebase against https://codereview.adblockplus.org/29756646/ Created April 20, 2018, 7:23 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
diff --git a/sitescripts/extensions/utils.py b/sitescripts/extensions/utils.py
index 4019adb152f40f68acce33595995e71e9b158a49..c70202b822044f85b74070a6c117b6f1db21c6b2 100644
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -155,6 +155,8 @@ class Configuration(object):
downloadPage = _defineProperty('downloadPage', local=True, default='')
clientID = _defineProperty('clientID', local=True, default='')
clientSecret = _defineProperty('clientSecret', local=True, default='')
+ privateKey = _defineProperty('privateKey', local=True, default='')
+ thumbprint = _defineProperty('thumbprint', local=True, default='')
refreshToken = _defineProperty('refreshToken', local=True, default='')
tenantID = _defineProperty('tenantID', local=True, default='')
revision = _defineProperty('revision', local=True, default='master')
« 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