richard pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
0fe87b4a by Nicolas Vigier at 2024-01-11T10:47:16+01:00
Bug 41063: Run "file $keyring" in tools/keyring/list-all-keyrings

- - - - -


1 changed file:

- tools/keyring/list-all-keyrings


Changes:

=====================================
tools/keyring/list-all-keyrings
=====================================
@@ -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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0fe87b4a9c5645157297106da33991d4e5a7dc3c

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0fe87b4a9c5645157297106da33991d4e5a7dc3c
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to