Changeset 8454 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/27/07 13:30:47 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8453 r8454  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/04/27 Daniel Hoehne
     22
     23   * datacenter/scripts/runcallisto:
     24     - modified the ccfile and cacofile search to not find ccfiles twice
     25       if one runnumber is part of a higher runnumber (as 23456 and 223456)
     26
     27
     28
    2129 2007/04/27 Thomas Bretz
    2230
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8448 r8454  
    118118           # if file is missing continue with next sequence
    119119           runno=`echo $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
    120            ccfile=`find /magic/subsystemdata/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep`
     120           ccfile=`find /magic/subsystemdata/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep -and ! -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*[1-9]${runno}_[P,D,C,S]_*_S.rep`
    121121           source=`echo $ccfile | cut -d_ -f4`
    122            cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_${source}.txt`
     122           cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_${source}.txt -and ! -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*[1-9]${runno}_${source}.txt`
    123123#            cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt`
    124124           if [ "$ccfile" = "" ]
Note: See TracChangeset for help on using the changeset viewer.