(file) Return to peg_nightly_inova CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / scripts / Unix

Diff for /pegasus_unsupported/scripts/Unix/peg_nightly_inova between version 1.8 and 1.9

version 1.8, 2006/01/20 08:27:39 version 1.9, 2006/03/09 17:29:56
Line 99 
Line 99 
 export CVSROOT=:pserver:${CVS_USER}@cvs.opengroup.org:/cvs/MSB export CVSROOT=:pserver:${CVS_USER}@cvs.opengroup.org:/cvs/MSB
  
 MOD_NAME="pegasus"         # module to checkout to name pegasus MOD_NAME="pegasus"         # module to checkout to name pegasus
   MOD_DIR_NAME=$MOD_NAME     # directory name to checkout MODULE into
   MOD_REV="HEAD"             # revision to checkout
   ## MOD_REV="RELEASE_2_5-branch"   # this would checkout the 2.5 Release Branch
  
 ## ##
 ## Set up the diretory names and export the PEGASUS env variables ## Set up the diretory names and export the PEGASUS env variables
Line 553 
Line 555 
 # checkout a new tree # checkout a new tree
 if [ "$cvs_co_status" != "NOT_TO_RUN" ] ; then if [ "$cvs_co_status" != "NOT_TO_RUN" ] ; then
  
   STATUS_OUT "checkout of $MOD_NAME module started at `$TIME_CMD` "    STATUS_OUT "checkout of $MOD_NAME module revision $MOD_REV started at `$TIME_CMD` "
  
   cvs -z6 co -d pegasus $MOD_NAME 1>$cvs_co_out_file 2>&1    cvs -z6 co -d $MOD_DIR_NAME -r $MOD_REV $MOD_NAME 1>$cvs_co_out_file 2>&1
 fi fi
  
 if [ -d pegasus ] ; then if [ -d pegasus ] ; then


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2