[
https://issues.apache.org/jira/browse/HBASE-19560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405465#comment-16405465
]
Mike Drob commented on HBASE-19560:
-----------------------------------
bq. +# Presumes that dev-support/generate-hadoopX-poms.sh has already been run.
I don't htink we need this, right?
bq. +# Get mvn protject version
nit: typo
{code}
+git clean -f -x -d
+$\{mvn} clean
{code}
mvn clean is likely redundant, but can leave it in since I don't feel like
trying to prove it
bq. +# Now do the two builds, one for hadoop1, then hadoop2
Don't need?
bq. +for i in *.tar.gz; do echo $i; gpg --print-md MD5 $i > $i.md5 ; done
New policy is that we don't do md5 any more
bq. +echo ' rsync -av ${output_dir}/*.gz ${output_dir}/*.md5
${output_dir}/*.sha512 ${output_dir}/*.asc
${APACHE_HBASE_DIST_DEV_DIR}/${hbase_name}/'
is this right? I thought it was an svn push? Also, no md5 again
> 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
>
>
> 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)