Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-12-03 16:39:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-12-03 16:41:49 +0300
commitadb6be36e496262380eae2611f695b967ffce0f2 (patch)
tree55b7109dedffc987e32d8f4842fbf61729ec1de7 /build_files
parentceab47f34790b5598453720fe276e5e6d521c4be (diff)
Buildbot: Correct timestamp argument for Windows codesign
The current authority we use RFC 3161 time stamp server, so need to pass different command line argument.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/codesign/windows_code_signer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/codesign/windows_code_signer.py b/build_files/buildbot/codesign/windows_code_signer.py
index 9481b66ee1e..638f098d8bc 100644
--- a/build_files/buildbot/codesign/windows_code_signer.py
+++ b/build_files/buildbot/codesign/windows_code_signer.py
@@ -53,7 +53,7 @@ class WindowsCodeSigner(BaseCodeSigner):
return [
'signtool', 'sign', '/v',
'/f', self.config.CERTIFICATE_FILEPATH,
- '/t', self.config.TIMESTAMP_AUTHORITY_URL]
+ '/tr', self.config.TIMESTAMP_AUTHORITY_URL]
def sign_all_files(self, files: List[AbsoluteAndRelativeFileName]) -> None:
# NOTE: Sign files one by one to avoid possible command line length