|
|
|
@ -49,7 +49,7 @@ EOM
|
|
|
|
for gpgkeyfile in *automation*gpg.pub; do
|
|
|
|
for gpgkeyfile in *automation*gpg.pub; do
|
|
|
|
echo " $(fn_extract_fpr "${gpgkeyfile}"),"
|
|
|
|
echo " $(fn_extract_fpr "${gpgkeyfile}"),"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
# HACK: TODO: yq update anchor
|
|
|
|
# HACK: TODO: yq update the list in the foldable code block scalar thingy (automating yaml always hard...)
|
|
|
|
# HACK: all but last line get comma
|
|
|
|
# HACK: all but last line get comma
|
|
|
|
for gpgkeyfile in $(ls *gpg.pub | grep -v automation | sed '$d'); do
|
|
|
|
for gpgkeyfile in $(ls *gpg.pub | grep -v automation | sed '$d'); do
|
|
|
|
echo " $(fn_extract_fpr "${gpgkeyfile}"),"
|
|
|
|
echo " $(fn_extract_fpr "${gpgkeyfile}"),"
|
|
|
|
|