Ignore:
Timestamp:
08/29/06 09:08:55 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7944 r7954  
    147147         then
    148148            echo "found rbk-file $filename"  >> $scriptlog 2>&1
    149             checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'`
     149           
     150            checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | intgrep`
     151           
    150152            case $checkfillrbk in
    151153               1) echo " checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1
     
    158160            esac
    159161         fi
     162         
    160163         if echo $file | grep 'CC_.*.run' >> $scriptlog 2>&1  && ! echo $file | grep .run.html >> $scriptlog 2>&1
    161164         then
    162165            echo "found run-file $filename" >> $scriptlog 2>&1
    163             checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt  | grep int | sed -e 's/(int)//'`
     166           
     167            checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | intgrep`
     168           
    164169            case $checkfillrun in
    165170               1) echo " checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1
    166171                  echo "  -> insert date in SequenceBuildStatus for $date" >> $scriptlog 2>&1
    167172
    168                   checkinsertdate=`root -q -b $macrospath/insertdate.C+\("\"$date\""\) | tee $copylogpath/insertdate-$date-log.txt   | grep int | sed -e 's/(int)//'`
     173                  checkinsertdate=`root -q -b $macrospath/insertdate.C+\("\"$date\""\) | tee $copylogpath/insertdate-$date-log.txt | intgrep`
     174                 
    169175                  case $checkinsertdate in
    170176                     1) echo "date inserted" >> $scriptlog 2>&1 ;;
Note: See TracChangeset for help on using the changeset viewer.