Changeset 8454 for trunk/MagicSoft/Mars
- Timestamp:
- 04/27/07 13:30:47 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8453 r8454 19 19 -*-*- END OF LINE -*-*- 20 20 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 21 29 2007/04/27 Thomas Bretz 22 30 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8448 r8454 118 118 # if file is missing continue with next sequence 119 119 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` 121 121 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` 123 123 # cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt` 124 124 if [ "$ccfile" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.