Currently the process is manually uploaded, and we only deploy the snapshot. We'll refine this later.
- Build the site, as per BuildProcess
- cd /tmp/m2-sites
- zip up isis
- scp the isis.zip to people.apache.org/~
- ssh -l loginname people.apache.org
- unzip isis.zip
Then:
cd /www/incubator.apache.org mv isis isis-yyyymmdd # where yyyymmdd is the date that the previous version was uploaded mv ~/isis isis chmod -R g+w isis chgrp -R incubator isis for a in `find isis -type d -print` ; do chmod g+s $a ; done