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
5966b10a
Unverified
Commit
5966b10a
authored
Jun 7, 2023
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40875: Re-enable Windows code signing in do-all-signing
parent
96f42c6f
No related branches found
No related tags found
1 merge request
!736
Bug 40875+40877: signing changes for maint-12.0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/signing/do-all-signing
+7
-7
7 additions, 7 deletions
tools/signing/do-all-signing
with
7 additions
and
7 deletions
tools/signing/do-all-signing
+
7
−
7
View file @
5966b10a
...
...
@@ -17,9 +17,9 @@ echo
test
-f
"
$steps_dir
/linux-signer-signmars.done"
||
read
-sp
"Enter nssdb7 (mar signing) passphrase: "
NSSPASS
echo
#
test -f "$steps_dir/linux-signer-authenticode-signing.done" ||
#
read -sp "Enter windows authenticode
(yubihsm)
passphrase: " YUBIPASS
#
echo
test
-f
"
$steps_dir
/linux-signer-authenticode-signing.done"
||
read
-sp
"Enter windows authenticode passphrase: "
YUBIPASS
echo
test
-f
"
$steps_dir
/linux-signer-gpg-sign.done"
||
read
-sp
"Enter gpg passphrase: "
GPG_PASS
echo
...
...
@@ -193,10 +193,10 @@ do_step dmg2mar
do_step sync-scripts-to-linux-signer
do_step linux-signer-signmars
do_step sync-after-signmars
#
do_step linux-signer-authenticode-signing
#
do_step sync-after-authenticode-signing
#
do_step authenticode-timestamping
#
do_step sync-after-authenticode-timestamping
do_step linux-signer-authenticode-signing
do_step sync-after-authenticode-signing
do_step authenticode-timestamping
do_step sync-after-authenticode-timestamping
do_step hash_signed_bundles
do_step sync-after-hash
do_step linux-signer-gpg-sign
...
...
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
register
or
sign in
to comment