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
43f474b4
Unverified
Commit
43f474b4
authored
Apr 19, 2023
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40846: Temporarily disable Windows signing
parent
985f768a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!710
Bug 40841: Add signing machine setup scripts and adapt signing scripts
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 @
43f474b4
...
...
@@ -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 (yubihsm) 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
sign in
to comment