Blender Git Commit Log

Git Commits -> Revision b178bd6

Revision b178bd6 by Sergey Sharybin (codesign)
December 12, 2019, 10:59 (GMT)
Codesign: Initial implementation of macOS code signer

Main goal of this change is to make codesign step of release signing
to work on macOS. Development is currently was done on Linux based on
looking into what commands are being invoked.

Part of the change which touches other code signing utilities is
related on making it possible to test "foreign" code signers on a
different platform.

Commit Details:

Full Hash: b178bd6650ef0c9424ed3b15bcbabfcb5bba9fb3
Parent Commit: ba5aede
Lines Changed: +373, -12

2 Added Paths:

/build_files/buildbot/codesign/macos_code_signer.py (+215, -0) (View)
/build_files/buildbot/codesign_server_macos.py (+41, -0) (View)

8 Modified Paths:

/build_files/buildbot/codesign/base_code_signer.py (+29, -0) (Diff)
/build_files/buildbot/codesign/config_builder.py (+5, -2) (Diff)
/build_files/buildbot/codesign/config_server_template.py (+31, -2) (Diff)
/build_files/buildbot/codesign/linux_code_signer.py (+1, -1) (Diff)
/build_files/buildbot/codesign/simple_code_signer.py (+7, -2) (Diff)
/build_files/buildbot/codesign/util.py (+19, -0) (Diff)
/build_files/buildbot/codesign/windows_code_signer.py (+13, -3) (Diff)
/build_files/buildbot/codesign_server_windows.py (+12, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021