Author: davidlim
Date: Thu Oct 18 19:40:50 2018
New Revision: 30139

Log:
initial KEYS commit

Added:
    dev/incubator/druid/
    dev/incubator/druid/KEYS   (with props)

Added: dev/incubator/druid/KEYS
==============================================================================
--- dev/incubator/druid/KEYS (added)
+++ dev/incubator/druid/KEYS Thu Oct 18 19:40:50 2018
@@ -0,0 +1,31 @@
+This file contains the PGP keys of Apache Druid developers.
+
+Users:    gpg --import KEYS
+
+Developers:
+  Create a key:
+    gpg --gen-key
+
+  Adding you key to this file:
+    (gpg --list-sigs <key id> && gpg --armor --export <key id>) >> KEYS
+
+  Publish the key:
+    gpg --keyserver pgp.mit.edu --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>
+
+  Additional Information:
+    http://www.apache.org/dev/openpgp.html
+
+********************************* PLEASE NOTE 
**********************************
+
+  Releases will be signed using one of the following keys.
+  This file is available at:
+
+    https://dist.apache.org/repos/dist/dev/incubator/druid/KEYS
+
+********************************************************************************

Propchange: dev/incubator/druid/KEYS
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to