You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/24 23:12:49 UTC

svn commit: r34618 - /dev/incubator/datasketches/KEYS

Author: leerho
Date: Mon Jun 24 23:12:48 2019
New Revision: 34618

Log:
update KEYS header

Modified:
    dev/incubator/datasketches/KEYS

Modified: dev/incubator/datasketches/KEYS
==============================================================================
--- dev/incubator/datasketches/KEYS (original)
+++ dev/incubator/datasketches/KEYS Mon Jun 24 23:12:48 2019
@@ -1,22 +1,36 @@
 This file contains the PGP keys of Apache DataSketches developers.
 
-Users:    gpg --import KEYS
+Users:    
 
-Developers:
-  Create a key:
-    gpg --gen-key
-
-  Adding you key to this file:
-    (gpg --list-sigs <key id> && gpg --armor --export <key id>) >> KEYS
+  Importing keys to your GPG keyring
+    $ gpg --import 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>
+Developers:
+  DO THIS ONCE:
+    Create a key:
+      $ gpg --gen-key
+      $ MYGPGKEY="<Your key signature>"
+  
+    Publish the key:
+      $ gpg --keyserver pgp.mit.edu --send-keys $MYGPGKEY
+
+  DO AS REQUIRED
+    Upload to dist from this directory: (Note "/dev/") 
+    
+    Checkout
+      $ svn co https://dist.apache.org/repos/dist/dev/incubator/datasketches . 
+  
+    Adding your key to this file from this directory:
+      $ (gpg --list-sigs $MYGPGKEY && gpg --armor --export $MYGPGKEY) >> KEYS
+      
+    Check In or Commit. For authentication use your apache NameID and Password.
+      $ svn ci KEYS -m "commit message"
+
+    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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org