This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-devtools.git
from 42704c7 OO 4.1.17-RC1 config log
new bd2f177 Harden remote macOS release signing
new d6ac599 Merge branch 'main' of
https://github.com/apache/openoffice-devtools
new bc31856 Merge branch 'main' of
https://github.com/apache/openoffice-devtools
new b40f375 Merge branch 'main' of
https://github.com/apache/openoffice-devtools
new d2de215 Merge branch 'main' of
https://github.com/apache/openoffice-devtools
new c7b4dec macosx-remote-sign.sh: bundle trunk's signing helpers, sign
4.1.x dmgs
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
release-scripts/macosx-check-load-commands.sh | 56 ++++
release-scripts/macosx-codesign-entitlements.plist | 21 ++
release-scripts/macosx-codesign.sh | 307 +++++++++++++++++++++
release-scripts/macosx-remote-sign.sh | 208 +++++++++++---
release-scripts/tests/conftest.py | 131 ++++++++-
release-scripts/tests/test_macosx_remote_sign.py | 298 ++++++++++++++++++--
6 files changed, 960 insertions(+), 61 deletions(-)
create mode 100755 release-scripts/macosx-check-load-commands.sh
create mode 100644 release-scripts/macosx-codesign-entitlements.plist
create mode 100755 release-scripts/macosx-codesign.sh