[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] Bug 41063: Run "file $keyring" in tools/keyring/list-all-keyrings

richard (@richard) git at gitlab.torproject.org
Thu Jan 11 15:30:08 UTC 2024



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


Commits:
aa5571de by Nicolas Vigier at 2024-01-11T15:30:06+00:00
Bug 41063: Run "file $keyring" in tools/keyring/list-all-keyrings


(cherry picked from commit 0fe87b4a9c5645157297106da33991d4e5a7dc3c)
- - - - -


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/aa5571ded4c6cb19fab6020a4619464c0e5de49d

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240111/f56244a0/attachment-0001.htm>


More information about the tor-commits mailing list