(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.2 and 1.6

version 1.2, 2005/12/01 17:23:59 version 1.6, 2006/01/19 22:11:24
Line 229 
Line 229 
 # export PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER=true # export PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER=true
  
  
   #####################################################
   ##
   ## PEGASUS_DEFAULT_ENABLE_OOP
   ##
   ## set the servers default value for OOP
   ##
   ## When set to true, the Out-of-Process Providers feature is enabled.
   ##     (forceProviderProcesses=false).
   ## When set to false, the Out-of-Process Providers feature is disabled.
   ##     (forceProviderProcesses=true).
   ##
   ## export PEGASUS_DEFAULT_ENABLE_OOP=true
   ## export PEGASUS_DEFAULT_ENABLE_OOP=false
   ##
   
   export PEGASUS_DEFAULT_ENABLE_OOP=false
   
   
   #####################################################
   ##
   ##  PEGASUS_DISABLE_PRIVILEGED_TESTS
   ##
   ## turn privaleged test off
   ##
   ## export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
   ##
   
   export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
   
   
   ######################################################
   ##
   ## PEGASUS_USE_MU_DEPEND
   ##
   ## Set linux to use the mu depend.
   ##
   ## use this if makedepend is not installed on Linux
   ##
   ## export  PEGASUS_USE_MU_DEPEND=true
   ##
   
   
   
  
 ############################################################################## ##############################################################################
 ############################################################################## ##############################################################################
Line 249 
Line 292 
 ############################################################################## ##############################################################################
 ############################################################################## ##############################################################################
  
   ## set variable to cvs revisionnumber
   PEG_NIGHTLY_REV=$Revision$
  
  
 ############################################################################## ##############################################################################
Line 509 
Line 554 
  
   STATUS_OUT "checkout of $MOD_NAME module started at `$TIME_CMD` "   STATUS_OUT "checkout of $MOD_NAME module started at `$TIME_CMD` "
  
   cvs co -d pegasus $MOD_NAME 1>$cvs_co_out_file 2>&1    cvs -z6 co -d pegasus $MOD_NAME 1>$cvs_co_out_file 2>&1
 fi fi
  
 if [ -d pegasus ] ; then if [ -d pegasus ] ; then
Line 632 
Line 677 
 REPORT_STEP_STATUS poststarttests REPORT_STEP_STATUS poststarttests
 REPORT_STEP_STATUS standardtests REPORT_STEP_STATUS standardtests
  
   MAIL_OUT "------------------------------"
   MAIL_OUT "Peg_nightly script cvs version:"
   MAIL_OUT " "
   MAIL_OUT "Peg_nightly version is $PEG_NIGHTLY_REV"
   MAIL_OUT " "
 MAIL_OUT "-------------------------------------------------------" MAIL_OUT "-------------------------------------------------------"
 MAIL_OUT "Pegasus Environment Variables:" MAIL_OUT "Pegasus Environment Variables:"
 printenv | grep PEGASUS >> $MAIL_FILE printenv | grep PEGASUS >> $MAIL_FILE


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2