Add help text on end on what to do next

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-09-21 17:39:47 +00:00
parent a72066f13f
commit 7fb8c4165d
1 changed files with 4 additions and 0 deletions

View File

@ -70,4 +70,8 @@ deploy "hadoop2"
echo "DONE"
echo "Check the content of ${archivedir}. If good, sign and push to people.apache.org"
echo " cd ${archivedir}"
echo ' for i in *.tar.gz; do echo $i; gpg --print-mds $i > $i.mds ; done'
echo ' for i in *.tar.gz; do echo $i; gpg --armor --output $i.asc --detach-sig $i ; done'
echo ' rsync -av ${archivedir} people.apache.org:public_html/hbase-VERSION'
echo "Check the content deployed to maven. If good, close the repo and record links of temporary staging repo"