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
f0ab4b7d
Commit
f0ab4b7d
authored
Jun 7, 2023
by
boklm
Committed by
Richard Pospesel
Jun 12, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40875: Re-enable Windows code signing in do-all-signing
parent
f3e593e4
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/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 @
f0ab4b7d
...
...
@@ -20,9 +20,9 @@ echo
test
-f
"
$steps_dir
/linux-signer-sign-android-apks.done"
||
read
-sp
"Enter android apk signing password (
$tbb_version_type
): "
KSPASS
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
...
...
@@ -218,10 +218,10 @@ is_project torbrowser && \
do_step linux-signer-sign-android-apks
is_project torbrowser
&&
\
do_step sync-after-sign-android-apks
#
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