From 7fb8c4165db9fc0b584fc2e7603b5751f0cbcc57 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 21 Sep 2013 17:39:47 +0000 Subject: [PATCH] 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 --- dev-support/make_rc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index 29cb2a2752f..0c4f8cb0033 100755 --- a/dev-support/make_rc.sh +++ b/dev-support/make_rc.sh @@ -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"