chiark / gitweb /
Add new DM key instructions
[dgit-junk.git] / README.update
index d535a09e04e08b2865f06bb2c9b41f4e6bc36f52..6bd7e698845edfa08c89264f9676edb8cbb776ca 100644 (file)
  # 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 <firstname>-<surname>.keys
+
+  git-add HWATEVER
+  git-commit -m "Add a key`echo; echo; cat T`"
+
+  git push