boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits: a4137090 by Nicolas Vigier at 2025-01-16T16:44:34+01:00 Bug 41350: Increase timeout in rcodesign-notary-submit to 6000s - - - - - 1 changed file: - tools/signing/rcodesign-notary-submit Changes: ===================================== tools/signing/rcodesign-notary-submit ===================================== @@ -21,7 +21,7 @@ display_name=$(display_name) tar -C "$tmpdir" -xf "$macos_rcodesign_signed_tar_dir/$(project-name)-macos-${tbb_version}-rcodesign-signed.tar.zst" -"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app" +"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --max-wait-seconds 6000 --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app" output_file="$(project-name)-${tbb_version}-notarized+stapled.tar.zst" tar -C "$tmpdir" -caf "$tmpdir/$output_file" "$display_name.app" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a4137090e3faf04374f684c34751e179b05dce1d -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a4137090e3faf04374f684c34751e179b05dce1d You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________ tor-commits mailing list -- tor-commits@lists.torproject.org To unsubscribe send an email to tor-commits-le...@lists.torproject.org