(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.1 and 1.9

version 1.1, 2005/11/11 17:25:37 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 120 
Line 122 
 CPU_CNT="1"                      # set the number of CPU's for the report CPU_CNT="1"                      # set the number of CPU's for the report
  
 export PEGASUS_PLATFORM=LINUX_IX86_GNU export PEGASUS_PLATFORM=LINUX_IX86_GNU
 ## export PEGSUS_PLATFORM=SOLARIS_SPARC_GNU  ## export PEGASUS_PLATFORM=SOLARIS_SPARC_GNU
  
 export PEGASUS_ROOT=$BASE_DIR/pegasus export PEGASUS_ROOT=$BASE_DIR/pegasus
 export PEGASUS_HOME=$BASE_DIR/runtime export PEGASUS_HOME=$BASE_DIR/runtime
Line 206 
Line 208 
 ## export PEGASUS_DISABLE_CQL=true ## export PEGASUS_DISABLE_CQL=true
 ## ##
  
   #####################################################
   ##
   ## 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
   ##  User Context feature.  This feature allows a Provider to choose the
   ##  user context in which it is invoked, including the ability to run in
   ##  the context of the user requesting an operation.
   ##
   ## 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
   
   export PEGASUS_DISABLE_PROV_USERCTXT=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 225 
Line 295 
 ############################################################################## ##############################################################################
 ############################################################################## ##############################################################################
  
   ## set variable to cvs revisionnumber
   PEG_NIGHTLY_REV="\$Revision$"
  
  
 ############################################################################## ##############################################################################
Line 483 
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 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
Line 608 
Line 680 
 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.1  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2