[Bf-blender-cvs] [a052cbf5451] codesign: Codesign: Remove DMG codesign signature removal

Sergey Sharybin noreply at git.blender.org
Thu Dec 12 13:31:10 CET 2019


Commit: a052cbf54510f417f352f37aeb0f4a3f3b1a8e1e
Author: Sergey Sharybin
Date:   Thu Dec 12 13:29:56 2019 +0100
Branches: codesign
https://developer.blender.org/rBa052cbf54510f417f352f37aeb0f4a3f3b1a8e1e

Codesign: Remove DMG codesign signature removal

Codesign tool reports that removing signature is not possible for DMG.

===================================================================

M	build_files/buildbot/codesign/macos_code_signer.py

===================================================================

diff --git a/build_files/buildbot/codesign/macos_code_signer.py b/build_files/buildbot/codesign/macos_code_signer.py
index 3f011437170..279b77e1ec6 100644
--- a/build_files/buildbot/codesign/macos_code_signer.py
+++ b/build_files/buildbot/codesign/macos_code_signer.py
@@ -199,7 +199,7 @@ class MacOSCodeSigner(BaseCodeSigner):
             logger_server.info('Running codesign routines on bundle %s',
                                bundle_name)
 
-            self.codesign_remove_signature(bundle)
+            # It is not possible to remove signature from DMG.
             self.codesign_file(bundle)
 
             signed_bundles.add(bundle_name)



More information about the Bf-blender-cvs mailing list