mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Refresh sample keys
* mksamplekeys: Tweak awk script to not add trailing whitespace to blank lines (makes git pre-commit hook unhappy). * samplekeys.asc: Refresh.
This commit is contained in:
parent
d42dcbfa92
commit
3ab272086c
2 changed files with 444 additions and 452 deletions
|
@ -4,7 +4,7 @@
|
|||
keys="1E42B367 4F25E3B6 5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
|
||||
|
||||
for i in $keys; do
|
||||
gpg --list-keys $i | awk ' { print " " $0 }'
|
||||
gpg --list-keys $i | awk ' ( $0 != "") { print " " $0 }'
|
||||
done
|
||||
echo
|
||||
gpg --export-options export-minimal --export -a $keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue