You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2017/07/24 00:04:52 UTC

svn commit: r20536 - /dev/incubator/pulsar/KEYS

Author: mmerli
Date: Mon Jul 24 00:04:52 2017
New Revision: 20536

Log:
Added KEYS file for dist dev

Added:
    dev/incubator/pulsar/KEYS

Added: dev/incubator/pulsar/KEYS
==============================================================================
--- dev/incubator/pulsar/KEYS (added)
+++ dev/incubator/pulsar/KEYS Mon Jul 24 00:04:52 2017
@@ -0,0 +1,14 @@
+This file contains the PGP keys of various developers.
+
+Users: pgp < KEYS
+or
+       gpg --import KEYS
+
+
+Developers:
+    pgp -kxa <your name> and append it to this file.
+or
+    (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
+or
+    (gpg --list-sigs <your name>
+    && gpg --armor --export <your name>) >> this file.