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.
This commit is contained in:
Sergey Sharybin 2019-12-03 14:39:53 +01:00
parent ceab47f347
commit adb6be36e4

@ -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