You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2019/08/09 03:08:27 UTC

svn commit: r35177 - /release/storm/KEYS

Author: ethanli
Date: Fri Aug  9 03:08:27 2019
New Revision: 35177

Log:
add instructions in KEYS file

Modified:
    release/storm/KEYS

Modified: release/storm/KEYS
==============================================================================
--- release/storm/KEYS (original)
+++ release/storm/KEYS Fri Aug  9 03:08:27 2019
@@ -1,5 +1,17 @@
 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.
+
 
 pub   2048R/E80B8FFD 2012-03-05 [expires: 2018-03-05]
 uid                  P. Taylor Goetz <pt...@apache.org>