macOS: Notarization updates.

Increase our timeout from 10 minutes to 20. Fixup our ID formatting.

Change-Id: I143c08880de4f285bd0bc6dbf6619d565ef97b3a
Reviewed-on: https://code.wireshark.org/review/33434
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2019-05-31 10:27:34 -07:00
parent 237ec1349f
commit 23ec0666c5
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution
# https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflow
bundle_id="org.wireshark.dmg.$( printf "%x" $RANDOM )"
bundle_id="org.wireshark.dmg.$( printf "%04x" $RANDOM )"
# Parse command line arguments
while getopts u: OPTCHAR
@ -73,7 +73,7 @@ eval_info_cmd=(xcrun altool \
--password "@keychain:${generic_pw_service}" \
)
for try in {1..40} ; do
for try in {1..80} ; do
printf "\\nWaiting 15s \xe2\x80\xa6 "
sleep 15
echo "done. Checking status ($try of 40)"