You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/08/20 17:03:46 UTC

[jira] [Resolved] (HBASE-14270) add help to the start of our project KEYS file

     [ https://issues.apache.org/jira/browse/HBASE-14270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-14270.
------------------------------------
    Resolution: Fixed

I added this to the start of our KEYS file at https://dist.apache.org/repos/dist/release/hbase/KEYS in commit r10237.

{noformat}
This file contains the PGP code signing keys of HBase committers and
release managers.

Import the keys in this file for use when verifying signed artifacts:

    pgp < KEYS

    gpg --import KEYS

Update this file with your code	signing	key (committers	only):

    pgp -kxa <your name> and append it to this file.

    (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.

    (gpg --list-sigs <your name>
        && gpg --armor --export <your name>) >> this file.
{noformat}

Confirmed successful import with gpg after making the changes.

> add help to the start of our project KEYS file
> ----------------------------------------------
>
>                 Key: HBASE-14270
>                 URL: https://issues.apache.org/jira/browse/HBASE-14270
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Sean Busbey
>            Assignee: Andrew Purtell
>            Priority: Minor
>
> Some other projects have nice help messages at the top of their KEYS file, explaining how ot use and update it:
> * NiFi: https://dist.apache.org/repos/dist/release/nifi/KEYS
> * Maven: https://dist.apache.org/repos/dist/release/maven/KEYS
> Would like something similar in HBase land



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)