release-scripts: add macosx-remote-sign.sh for split build/sign workflow Lets a build server produce an ordinary unsigned .dmg (openoffice's normal "dmg" package format with no codesigning identity configured, already unchanged) and hand it to one dedicated signing machine, so only that machine ever needs the Developer ID Application key. Wraps openoffice/main/solenv/bin/macosx-codesign.sh for the actual signing/notarizing/verifying; needs no OpenOffice source checkout.
Scripts that are helpful for developers who are building Apache OpenOffice from Source Code
TODO
This repository was cloned from a subversion repository.
Created using self-service at https://gitbox.apache.org/boxer/?action=newrepo
Cloned and pushed.
# get the ASF authors map. curl https://gitbox.apache.org/authors.txt --output authors.txt # this clones the svn repository into git. You may need to install svn2git. # it takes almost three hours. git svn clone https://svn.apache.org/repos/asf/openoffice/devtools -A authors.txt cd devtools git remote add origin https://github.com/apache/openoffice-devtools.git git branch -M main # due to my setup I used GitHub Desktop for this next step. git push -u origin main