[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • tools/keyring/list-all-keyrings
    ... ... @@ -6,5 +6,6 @@ set -e
    6 6
     cd $(dirname "$0")/../..
    
    7 7
     for keyring in ./keyring/*.gpg
    
    8 8
     do
    
    9
    +    file "$keyring"
    
    9 10
         gpg --no-auto-check-trustdb --list-options show-unusable-subkeys,show-keyring --no-default-keyring --list-keys --keyring "$keyring"
    
    10 11
     done

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