You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This is information for project committers.

How to update the website.

After making a change to the src/site directory, generate the site via

mvn compile site:site

Notes:

  • Don't use -DskipTests or it will appear we have no tests in the coverage report.
  • You must include compile before site due to Apache munge complications - see this JIRA comment for more.
rsync -e ssh -rvz --delete --perms --chmod=ug+rwx,o-w target/site/* \{your username\}@people.apache.org:/www/incubator.apache.org/content/giraph

It takes quite a while for the updated site to go live. To verify the new site is correct on Apache's server, change your http proxy to 140.211.11.10:80 and visit http://incubator.apache.org/giraph/ for a view of what was just deployed.

  • No labels