From 9fd2d00006e67058bc6698189a5760cca44b2feb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Jun 2016 15:13:18 +0100 Subject: [PATCH] Add new DM key instructions --- README.update | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.update b/README.update index d535a09..6bd7e69 100644 --- a/README.update +++ b/README.update @@ -30,3 +30,26 @@ # push dgit -wgf push # push to chiark master + +#### new DM key + + save mail message to folder T + rsync -vP ijackson@chiark:mail/T . + + cd ~/things/Dgit/dm-user-keys + ../play/get-new-dm-keys + cp ~/junk/debian-maintainers.gpg .gnupg/pubring.gpg + + HOME=`pwd` emacs -nw + M-x load-lib vm-pgg RET + M-x vm-visit-folder T + + check signature comes up as VALIDSIG + we expect TRUST_UNDEFINED + + Use emacs to write-region the pubkey as -.keys + + git-add HWATEVER + git-commit -m "Add a key`echo; echo; cat T`" + + git push -- 2.30.2