You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jb...@apache.org on 2016/08/31 23:29:20 UTC

svn commit: r15115 - in /dev/incubator/impala: ./ KEYS

Author: jbapple
Date: Wed Aug 31 23:29:19 2016
New Revision: 15115

Log:
Prep Impala for a release - add an empty KEYS file

Added:
    dev/incubator/impala/
    dev/incubator/impala/KEYS

Added: dev/incubator/impala/KEYS
==============================================================================
--- dev/incubator/impala/KEYS (added)
+++ dev/incubator/impala/KEYS Wed Aug 31 23:29:19 2016
@@ -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.
\ No newline at end of file