Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
1f66e1a8
Commit
1f66e1a8
authored
Dec 22, 2022
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40706: macos-signer-stapler should wait for user interaction before attempting stapling
(cherry picked from commit
f228c0cd
)
parent
03a1b492
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/signing/macos-signer-stapler
+2
-0
2 additions, 0 deletions
tools/signing/macos-signer-stapler
with
2 additions
and
0 deletions
tools/signing/macos-signer-stapler
+
2
−
0
View file @
1f66e1a8
#!/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"
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment