(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.3 and 1.5

version 1.3, 2005/12/02 04:47:56 version 1.5, 2006/01/19 21:55:26
Line 228 
Line 228 
 # export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=true # export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=true
 # 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_DEFAULT_OOP_FALSE  ##  PEGASUS_DISABLE_PRIVILEGED_TESTS
   ##
   ## turn privaleged test off
 ## ##
   ## export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
 ## ##
 ## When this variable is set, the Out-of-Process Providers feature  
 ## is disabled. (forceProviderProcesses=false).  export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
   
   
   ######################################################
 ## ##
 ## export PEGASUS_DEFAULT_OOP_FALSE=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
 ## ##
  
 export PEGASUS_DEFAULT_OOP_FALSE=true  
  
  
  
Line 264 
Line 292 
 ############################################################################## ##############################################################################
 ############################################################################## ##############################################################################
  
   ## set variable to cvs revisionnumber
   PEG_NIGHTLY_REV=$revisionnumber$
  
  
 ############################################################################## ##############################################################################
Line 524 
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 647 
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.3  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2