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>2020-02-03 19:53:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:53:28 +0300
commit85776521f8d3e49abddfa35ae36c5074a88d8936 (patch)
tree1cfe72aa3e358f3939deb8ca1bf7f1d0a4067ae6 /build_files
parent7799890d8e7514186cf252daa5f8ccd713122007 (diff)
parent26ba7573e61e80de5f87967ba2e517972f689de7 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/codesign/macos_code_signer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/buildbot/codesign/macos_code_signer.py b/build_files/buildbot/codesign/macos_code_signer.py
index ce2bfb6d1b5..44677339afa 100644
--- a/build_files/buildbot/codesign/macos_code_signer.py
+++ b/build_files/buildbot/codesign/macos_code_signer.py
@@ -389,8 +389,7 @@ class MacOSCodeSigner(BaseCodeSigner):
Staple notarial label on the file
"""
- logger_server.info(
- 'Waiting for a result from the notarization office.')
+ logger_server.info('Stapling notarial stamp.')
command = ['xcrun', 'stapler', 'staple', '-v', file.absolute_filepath]
self.check_output_or_mock(command, util.Platform.MACOS)