Changeset 9049 for trunk


Ignore:
Timestamp:
07/29/08 17:07:13 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9048 r9049  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/07/29 Stefan Ruegamer
     22
     23   * datacenter/scripts/zipscript
     24     - modified the regex for finding the run number such that it
     25       satisfies the new raw file convention
     26
     27
    2028
    2129 2008/07/28 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/scripts/zipscript

    r8886 r9049  
    5656do
    5757   echo "processing file $file..." >> $scriptlog 2>&1
    58    runno=`basename $file | cut -d_ -f2`
     58   runno=`basename $file | sed -e 's/.*20[01][0-9]\{5\}_\(M[12]_\)\?.*\([0-9]\{8\}\).\([0-9]\{3\}\)\?.*/\2/'`
    5959   query="SELECT fSequenceFirst FROM RunData WHERE fRunNumber="$runno
    6060   echo " sending query: $query" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.