mynameborat commented on a change in pull request #1447:
URL: https://github.com/apache/samza/pull/1447#discussion_r528918635
##########
File path: KEYS
##########
@@ -6,18 +6,28 @@ Developers:
Create a key:
gpg --gen-key
+ Private keys is stored in ~/.gnupg
+
Adding your key to this file:
(gpg --list-sigs <key id> && gpg --armor --export <key id>) >> this file.
Publish the key:
gpg --keyserver pgp.mit.edu --send-keys <key id>
Review comment:
I suppose this got updated to `pgpkeys.mit.edu`.
##########
File path: KEYS
##########
@@ -6,18 +6,28 @@ Developers:
Create a key:
gpg --gen-key
+ Private keys is stored in ~/.gnupg
+
Adding your key to this file:
(gpg --list-sigs <key id> && gpg --armor --export <key id>) >> this file.
Publish the key:
gpg --keyserver pgp.mit.edu --send-keys <key id>
+ gpg --keyserver keyserver.ubuntu.com --send-keys <key id>
Signing another developers key:
gpg --keyserver pgp.mit.edu --search-keys <name or email>
gpg --keyserver pgp.mit.edu --recv-keys <key id>
gpg --sign-key <key id>
gpg --keyserver pgp.mit.edu --send-keys <key id>
+ Siggning release with the key *may* require the following some of these
steps:
Review comment:
nit: s/siggning/signing
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]