Changeset 8784


Ignore:
Timestamp:
12/11/07 13:50:20 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8782 r8784  
    2424     - added this script which is used to remove the switching noise out
    2525       of mux data
     26     - removed a bug which prevents correct checking of compmux and mv
     27
     28   * datacenter/compmux
     29     - added this macro
    2630
    2731
  • trunk/MagicSoft/Mars/datacenter/scripts/cutslices

    r8782 r8784  
    7474   #cut the slices
    7575   gzip -cd $fullpath | $mars/datacenter/compmux | gzip -1c > /tmp/temp${file}.gz
     76   check1=$?
    7677   touch -r $fullpath /tmp/temp${file}.gz
    77    chmod a=r $fullpath
    78    check1=$?
    7978   
    8079   #check success and insert information into the database
     
    8382           mv -f /tmp/temp${file}.gz $fullpath >> $scriptlog 2>&1
    8483           check2=$?
     84           chmod a=r $fullpath
    8585           case $check2 in
    8686              0)   echo " check2=$check2 -> everything ok -> mv done, setting db status for run $file" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.