[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-12.0] Bug 40706: macos-signer-stapler should wait for user interaction before attempting stapling

Richard Pospesel (@richard) git at gitlab.torproject.org
Thu Dec 22 17:05:28 UTC 2022



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/1f66e1a8ef58db68ba0f781a776ef3646696353d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1f66e1a8ef58db68ba0f781a776ef3646696353d
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221222/2ee89fc5/attachment.htm>


More information about the tbb-commits mailing list