
Richard Pospesel pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build Commits: 1f66e1a8 by Richard Pospesel at 2022-12-22T17:05:28+00:00 Bug 40706: macos-signer-stapler should wait for user interaction before attempting stapling (cherry picked from commit f228c0cd1fd7b0e4ab373c56740b2808ce901a01) - - - - - 1 changed file: - tools/signing/macos-signer-stapler Changes: ===================================== tools/signing/macos-signer-stapler ===================================== @@ -1,6 +1,8 @@ #!/bin/bash set -e +read -n 1 -p "Press enter once notarization is complete..." + script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1f... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Richard Pospesel (@richard)