Packaging: Update the macOS notarization failure error message.

Apple provides a status page for various developer services at
https://developer.apple.com/system-status/, including the status of the
Developer ID Notary Service. Show the URL notarization fails so that
troubleshooting is easier.
This commit is contained in:
Gerald Combs 2021-09-01 10:24:58 -07:00
parent 5893d3cd09
commit 348d356594
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ if ! grep "Status: success" "$altool_out" > /dev/null 2>&1 ; then
echo "${eval_info_cmd[@]}"
echo -e "\\nStaple command:"
echo "${staple_cmd[@]}"
echo "You can check the status of the Notary Service at https://developer.apple.com/system-status/."
exit 1
fi