Changeset 7269


Ignore:
Timestamp:
08/05/05 19:07:25 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r7265 r7269  
    155155   esac
    156156
     157   echo "resetting the status for fExclusions done for date $date2" >> $scriptlog 2>&1
     158   resetlogpath=$logpath/resetexclusions/$date
     159   echo "resetlogpath: $resetlogpath" >> $scriptlog 2>&1
     160   makedir $resetlogpath >> $scriptlog 2>&1
     161   resetlog=$resetlogpath/reset-exclusions-$no2-$date2.log
     162   echo "setstatuslogfile: $setstatuslog" >> $scriptlog 2>&1
     163
     164   check5=`root -q -b $macrospath/resetcolumn.C+\("\"fExclusionsDone\""\,"\"SequenceBuildStatus\""\,"\"$date2\""\,"\"$date2\""\,kFALSE\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`
     165   case $check5 in
     166      1)   echo "check5=$check5 -> everything ok, fExclusions have been reset " >> $scriptlog 2>&1
     167           ;;
     168      *)   echo "check5=$check5 -> ERROR -> step could not be resetted -> repeat step " >> $scriptlog 2>&1
     169           continue;;
     170   esac
     171
    157172   echo "inserting the status for the datacheck for run $run into the db" >> $scriptlog 2>&1
    158173   setstatuslogpath=$logpath/setstatus/datacheck/$date
     
    167182           ;;
    168183      *)   echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1
    169            continue;;
    170    esac
    171 
    172    echo "resetting the status for fExclusions done for date $date2" >> $scriptlog 2>&1
    173    resetlogpath=$logpath/resetexclusions/$date
    174    echo "resetlogpath: $resetlogpath" >> $scriptlog 2>&1
    175    makedir $resetlogpath >> $scriptlog 2>&1
    176    resetlog=$resetlogpath/reset-exclusions-$no2-$date2.log
    177    echo "setstatuslogfile: $setstatuslog" >> $scriptlog 2>&1
    178 
    179    check5=`root -q -b $macrospath/resetcolumn.C+\("\"fExclusionsDone\""\,"\"SequenceBuildStatus\""\,"\"$date2\""\,"\"$date2\""\,kFALSE\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`
    180    case $check5 in
    181       1)   echo "check5=$check5 -> everything ok, fExclusions have been reset " >> $scriptlog 2>&1
    182            ;;
    183       *)   echo "check5=$check5 -> ERROR -> step could not be resetted -> repeat step " >> $scriptlog 2>&1
    184184           ;;
    185185   esac
Note: See TracChangeset for help on using the changeset viewer.