(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.8

version 1.2, 2005/12/01 17:23:59 version 1.8, 2006/01/20 08:27:39
Line 209 
Line 209 
 ##################################################### #####################################################
 ## ##
 ## PEGASUS_DISABLE_PROV_USERCTXT ## PEGASUS_DISABLE_PROV_USERCTXT
   ## PEGASUS_DISABLE_PROV_USERCTXT_REQUESTOR
   ## PEGASUS_DISABLE_PROV_USERCTXT_DESIGNATED
   ## PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED
   ## PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER
 ## ##
   ## User context authorization
 ## ##
 ##  Builds a version of OpenPegasus that disables supports for the Provider ##  Builds a version of OpenPegasus that disables supports for the Provider
 ##  User Context feature.  This feature allows a Provider to choose the ##  User Context feature.  This feature allows a Provider to choose the
 ##  user context in which it is invoked, including the ability to run in ##  user context in which it is invoked, including the ability to run in
 ##  the context of the user requesting an operation. ##  the context of the user requesting an operation.
 ## ##
 ## PEGASUS_DISABLE_PROV_USERCTXT  ## export PEGASUS_DISABLE_PROV_USERCTXT=true
 ## PEGASUS_DISABLE_PROV_USERCTXT_REQUESTOR  ## export PEGASUS_DISABLE_PROV_USERCTXT_REQUESTOR=true
 ## PEGASUS_DISABLE_PROV_USERCTXT_DESIGNATED  ## export PEGASUS_DISABLE_PROV_USERCTXT_DESIGNATED=true
 ## PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED  ## export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=true
 ## PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER  ## export PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER=true
  
 export PEGASUS_DISABLE_PROV_USERCTXT=true export PEGASUS_DISABLE_PROV_USERCTXT=true
 # export PEGASUS_DISABLE_PROV_USERCTXT_REQUESTOR=true  
 # export PEGASUS_DISABLE_PROV_USERCTXT_DESIGNATED=true  
 # export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=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 privileged 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 293 
 ############################################################################## ##############################################################################
 ############################################################################## ##############################################################################
  
   ## set variable to cvs revisionnumber
   PEG_NIGHTLY_REV="\$Revision$"
  
  
 ############################################################################## ##############################################################################
Line 509 
Line 555 
  
   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 678 
 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.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2