Blender Git Commits
November 12, 2020, 09:00 (GMT) |
Codesign: Make Windows codesign check more strict Check that signtool reported number of files successfulyl signed, and that the number equals to 1. |
November 12, 2020, 08:55 (GMT) |
Codesign: Report signing errors on Windows |
November 12, 2020, 08:26 (GMT) |
Merge branch 'master' into codesign_error_tracker |
September 11, 2020, 12:52 (GMT) |
Codesign: Report codesign errors from server to worker Pass codesign errors (if any) from codesign buildbot server to the buildbot worker, so that the latter one can abort build process if the error happens. This solves issues when non-properly-notarized DMG package gets uploaded to the buildbot website. This is an initial pass of implementation tested on Linux. Other platforms requires to have proper testing. |