Chukwa Release Process

Website Navigation Deployment Procedure

svn co https://svn.apache.org/repos/asf/chukwa/site
mvn site-deploy

Per Release Deployment Procedure

git tag -a chukwa-x.y.z -m "Tag Release x.y.z"
git pull origin
git push origin
mvn clean deploy site-deploy

Update release number in site navigation:

svn co https://svn.apache.org/repos/asf/chukwa/site
vi site/src/site/site.xml
svn ci -m "Update Site navigation for Release x.y.z"
mvn site-deploy
  • No labels