aboutsummaryrefslogtreecommitdiff
path: root/repo/.gpg_keys/qemu-user-static
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-02 23:10:07 +0800
committerKunoiSayami <[email protected]>2021-11-02 23:10:07 +0800
commitb225ffc9142f4b4e228e787c02b38f939831c80d (patch)
tree18de1e7dfb30c8dd5f5f540d9a1c1e2b908b9d8d /repo/.gpg_keys/qemu-user-static
parentd930dccecbc5cd5209a2aa1d2fbeac5d033fd694 (diff)
fix(gpg): Fix gpg trust model
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo/.gpg_keys/qemu-user-static')
-rw-r--r--repo/.gpg_keys/qemu-user-static3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/.gpg_keys/qemu-user-static b/repo/.gpg_keys/qemu-user-static
index bcf9e69..f098694 100644
--- a/repo/.gpg_keys/qemu-user-static
+++ b/repo/.gpg_keys/qemu-user-static
@@ -61,4 +61,5 @@ UwNZfgOz9PodfqUv4riMLczMmw3nwGZO/aJg0m6uWSWk
=7vDu
-----END PGP PUBLIC KEY BLOCK-----
EOF
-echo "y\ny\n" | gpg --command-fd 0 --expert --local-user 4A0F0C8BC709ACA4341767FB243975C8DB9656B9 --edit-key CEACC9E15534EBABB82D3FA03353C9CEF108B584 sign
+gpg --list-keys --fingerprint |grep pub -A 1|grep -Ev "pub|--"|tr -d ' ' \
+ | awk 'BEGIN { FS = "\n" } ; { print $1":6:" } ' | gpg --import-ownertrust \ No newline at end of file