Skip to content
Snippets Groups Projects
Commit aa5571de authored by boklm's avatar boklm Committed by richard
Browse files

Bug 41063: Run "file $keyring" in tools/keyring/list-all-keyrings

(cherry picked from commit 0fe87b4a)
parent 2a253fd5
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment