Ignore:
Timestamp:
04/21/05 17:24:22 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

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

    r6936 r6970  
    174174      if grep "$filename: OK" $transdir/.check  >> $scriptlog 2>&1
    175175      then
    176          newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
     176         newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
    177177         echo "file (new path): "$newfile >> $scriptlog 2>&1
    178178         newpath=`dirname $newfile`
     
    194194         then
    195195            echo "found rbk-file $filename"  >> $scriptlog 2>&1
    196             checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$date-log.txt | grep int | sed -e 's/(int)//'`
     196            checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'`
    197197            case $checkfillrbk in
    198198               1) echo "checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1
     
    205205         then
    206206            echo "found run-file $filename" >> $scriptlog 2>&1
    207             checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$date-log.txt  | grep int | sed -e 's/(int)//'`
     207            checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt  | grep int | sed -e 's/(int)//'`
    208208            case $checkfillrun in
    209209               1) echo "checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1
     
    247247rm -v $transdir/.check >> $scriptlog 2>&1
    248248
     249#rsync -av $transdir/ $extern >> $scriptlog 2>&1
    249250rsync -av --delete $transdir/ $extern >> $scriptlog 2>&1
    250251
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r6934 r6970  
    9292
    9393echo "checking if other todo-files are there" >> $scriptlog 2>&1
    94 if  ls $todofile-[1-9].txt >> $scriptlog 2>&1
     94if  ls $todofile-[1-9]*.txt >> $scriptlog 2>&1
    9595then
    9696   echo "other file(s) on disk " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.