Changes between Version 5 and Version 6 of BuildProcess


Ignore:
Timestamp:
Aug 11, 2010, 1:43:22 PM (14 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildProcess

    v5 v6  
    1 = Automated Build Process =
     1= Automated/Official Build Process =
    22
    33== Cruise Control ==
     
    1414* 12:00am - Nightly application jar builds
    1515* 1:45am - Runs nightly test suite, updates [http://opensha.usc.edu/cobertura/ Cobertura Code Coverage]
    16 * 2:00am (Sun/Thurs only) - Runs complete test suite, updates [http://opensha.usc.edu/cobertura/ Cobertura Code Coverage]
     16* 2:00am (!Sun/Thurs only) - Runs complete test suite, updates [http://opensha.usc.edu/cobertura/ Cobertura Code Coverage]
    1717
    1818=== OpenSHA-operational ===
    1919This runs hourly to check the status of key services (GMT map generation, RMI), regardless of repository modifications.
     20
     21== Releasing Applications ==
     22see [wiki:ReleasingApplications Releasing Applications]
     23
     24== Manually Building Nightly Jars ==
     25To manually rebuild nightlies, ssh into opensha@opensha.usc.edu, then navigate to the "ant" sub-directory of the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]). This will rebuild all of the nightly jar files, and restart Tomcat.
     26
     27{{{
     28kevin@milner:~$ ssh opensha@opensha.usc.edu
     29Last login: Wed Aug 11 13:09:01 2010 from milner.usc.edu
     30[1:opensha] ~: cd /usr/local/tomcat/default/webapps/OpenSHA_dev/WEB-INF/ant
     31[2:opensha] /usr/local/tomcat/default/webapps/OpenSHA_dev/WEB-INF/ant: ./runAnt.sh cc-build-test.xml svn.update.app.build
     32Buildfile: cc-build-test.xml
     33...
     34
     35}}}