From b225ffc9142f4b4e228e787c02b38f939831c80d Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 2 Nov 2021 23:10:07 +0800 Subject: fix(gpg): Fix gpg trust model Signed-off-by: KunoiSayami --- repo/.gpg_keys/qemu-user-static | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/.gpg_keys/qemu-user-static') 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 -- cgit v1.3.1