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:07:08 UTC

svn commit: r20538 - /release/incubator/pulsar/KEYS

Author: mmerli
Date: Mon Jul 24 00:07:07 2017
New Revision: 20538

Log:
Added KEYS file for dist release

Added:
    release/incubator/pulsar/KEYS

Added: release/incubator/pulsar/KEYS
==============================================================================
--- release/incubator/pulsar/KEYS (added)
+++ release/incubator/pulsar/KEYS Mon Jul 24 00:07:07 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.