NOTES:
Confirm correctness for
From Command Line or IDE:
From Command Line at Component root:
ps -axww | grep gpg # you should see something like:eval $(gpg-agent --daemon)git status # should return:find . -name "*.?pp" -type f -print | xargs grep -i -n -s -A0 "deprecated"git push origin --tagsmkdir dist/dev/datasketches/mkdir dist/release/datasketches/svn co https://dist.apache.org/repos/dist/dev/datasketches/ . #Note the DOTsvn status # make sure it is cleansvn co https://dist.apache.org/repos/dist/release/datasketches/ . #Note the DOTsvn status # make sure it is cleanps -axww | grep gpg # you should see something like:eval $(gpg-agent --daemon)./bashDeployToDist.sh /Users/\<name\>/dev/git/Apache/datasketches-\<component\> datasketches-\<component\> A.B.0-RC1gpg-connect-agent reloadagent /byegit push origin --tags./createDownloadsInclude.sh /Users/\<name\>/ ... /datasketches-website