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
aa5571de
Commit
aa5571de
authored
Jan 10, 2024
by
boklm
Committed by
richard
Jan 11, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41063: Run "file $keyring" in tools/keyring/list-all-keyrings
(cherry picked from commit
0fe87b4a
)
parent
2a253fd5
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/keyring/list-all-keyrings
+1
-0
1 addition, 0 deletions
tools/keyring/list-all-keyrings
with
1 addition
and
0 deletions
tools/keyring/list-all-keyrings
+
1
−
0
View file @
aa5571de
...
...
@@ -6,5 +6,6 @@ set -e
cd
$(
dirname
"
$0
"
)
/../..
for
keyring
in
./keyring/
*
.gpg
do
file
"
$keyring
"
gpg
--no-auto-check-trustdb
--list-options
show-unusable-subkeys,show-keyring
--no-default-keyring
--list-keys
--keyring
"
$keyring
"
done
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in issue
#41063 (closed)
·
Jan 11, 2024
mentioned in issue
#41063 (closed)
mentioned in issue #41063
Toggle commit list
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