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: Addressing non-functional nits Created April 18, 2018, 12:57 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/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 31dd8e82610604644cb9eaac9e00aca54074f714..c7a2a81e9e2a6d786d8f9381da3cf236bf12f906 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