Update of /cvsroot/oscarmcmaster/oscar_mcmaster/docs/git_gerrit
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv28672/docs/git_gerrit
Modified Files:
automated_deploys.txt
Log Message:
updated documentation for automated deploys
Index: automated_deploys.txt
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/docs/git_gerrit/automated_deploys.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** automated_deploys.txt 21 Dec 2010 03:04:38 -0000 1.2
--- automated_deploys.txt 24 Dec 2010 02:05:12 -0000 1.3
***************
*** 1,3 ****
! This document is for automated checkouts for the purpose of daily builds. (We will use the Integrator project as an example here.)
Install prerequisites like Java, Tomcat, Maven, MySql.
--- 1,3 ----
! This document is for automated checkouts for the purpose of daily builds. (We will use the myoscar_server project as an example here.)
Install prerequisites like Java, Tomcat, Maven, MySql.
***************
*** 10,18 ****
1) manually clone a repository : git clone git://192.168.1.241/myoscar_server
! 2) make need a cron job that (automated_deploy.sh is a script to help)
! a) updates repository
b) clean compiles (including cleaning maven repo ~/.m2/repository)
c) resets the database
! d) if build succeeds deploy
!
\ No newline at end of file
--- 10,18 ----
1) manually clone a repository : git clone git://192.168.1.241/myoscar_server
! 2) make need a cron job that
! a) fetches updates from source code repository
b) clean compiles (including cleaning maven repo ~/.m2/repository)
c) resets the database
! d) if build succeeds deploy to tomcat
! There's a sample script automated_deploy.sh which can be used as a template for what to do.
\ No newline at end of file
|