You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/03/19 22:50:00 UTC

[jira] [Resolved] (HBASE-19560) create make-rc.sh for hbase-thirdparty

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

Josh Elser resolved HBASE-19560.
--------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

Pushed. Thanks for the review, Mike!

> create make-rc.sh for hbase-thirdparty
> --------------------------------------
>
>                 Key: HBASE-19560
>                 URL: https://issues.apache.org/jira/browse/HBASE-19560
>             Project: HBase
>          Issue Type: Task
>          Components: hbase-thirdparty
>            Reporter: Mike Drob
>            Assignee: Josh Elser
>            Priority: Major
>             Fix For: thirdparty-2.1.0
>
>         Attachments: HBASE-19560.001.patch, HBASE-19560.002.patch
>
>
> Make it easier to automate the process...
> Some notes, may not correspond to exact commands I ran...
> {noformat}
> mvn clean deploy -Papache-release
> git tag -s HEAD
> git archive HEAD -o release.tar.gz
> gpg --sign release.tar.gz
> gpg --print-mds
> gpg --print-md MD5
> gpg --print-md SHA512
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)