From 315f339993251d1fca0dc178f58a0e817ba7b11c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 May 2017 22:37:12 +0200 Subject: added master keys and one build key --- update-keys | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'update-keys') diff --git a/update-keys b/update-keys index 3c3e289..89051f7 100755 --- a/update-keys +++ b/update-keys @@ -48,6 +48,13 @@ while read -ra data; do ${GPG} --command-fd 0 --edit-key ${keyid} if ! ${GPG} --list-keys --with-colons ${keyid} 2>/dev/null | grep -q '^pub:f:'; then echo "key is not fully trusted: ${keyid} ${username}" + ${GPG} --list-keys --with-colons ${keyid} + echo + ${GPG} --list-sigs ${keyid} + while read -r a b; do + echo + ${GPG} --list-keys --with-colons ${a} + done < master-keyids else ${GPG} --armor --no-emit-version --export ${keyid} >> packager/${username}.asc fi -- cgit v1.2.3