Skip to content

Commit

Permalink
feat: display keyserver like info before sending to keyserver
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Stankiewicz <pawel.stankiewicz@eclipse-foundation.org>
  • Loading branch information
pstankie authored and fredg02 committed Sep 26, 2024
1 parent 11cc58e commit 1875d4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pass/add_creds_gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ yes_skip_exit "export the keys" export_keys "${key_id}" "${pass_phrase}"

yes_skip_exit "add the keys, passphrase and metadata to the password store" add_to_pw_store "${key_id}" "${pass_phrase}" "${pw_store_path}"

echo
echo "####################################################"
echo "Keys details:"
echo "$(gpg_sb --list-sigs --keyid-format long "<${ML_NAME}@${FORGE}>")"
echo "####################################################"
echo

yes_skip_exit "send the new key to the keyserver" send_key "${key_id}" "${keyserver}"

if [ -d ${TMP_GPG} ]; then
Expand Down

0 comments on commit 1875d4b

Please sign in to comment.