This page last changed on Nov 04, 2005 by tonyj.
Instructions for GLAST CruiseControl
- All cruisecontrol information for glast lives in /nfs/farm/g/glast/u10/cruisecontrol
linked to by ~glast/cruisecontrol
- A cron job runs to keep cruisecontrol running on glast01
- All checked out projects are in ~glast/cruisecontrol/checkout
Add a new project to cruisecontrol
- cd ~glast/cruisecontrol/checkout
- cvs -d /nfs/slac/g/glast/ground/javacvs co <YourProjectName>
- cd <yourProjectName>
- ../../run_maven
- note that this points to the standard maven command but keeps the local maven repository
inside the cruisecontrol area.
- cd ../..
- edit the config.xml and copy a working (or the last) project
- change the name to <YourProjectName>
- kill the cruisecontrol server (pkill -f cruisecontrol)
- CruiseControl should restart by itself within 5 minutes
- Results will appear in the tomcat server http://glast-ground.slac.stanford.edu/cruisecontrol/
|