Changeset 8784
- Timestamp:
- 12/11/07 13:50:20 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8782 r8784 24 24 - added this script which is used to remove the switching noise out 25 25 of mux data 26 - removed a bug which prevents correct checking of compmux and mv 27 28 * datacenter/compmux 29 - added this macro 26 30 27 31 -
trunk/MagicSoft/Mars/datacenter/scripts/cutslices
r8782 r8784 74 74 #cut the slices 75 75 gzip -cd $fullpath | $mars/datacenter/compmux | gzip -1c > /tmp/temp${file}.gz 76 check1=$? 76 77 touch -r $fullpath /tmp/temp${file}.gz 77 chmod a=r $fullpath78 check1=$?79 78 80 79 #check success and insert information into the database … … 83 82 mv -f /tmp/temp${file}.gz $fullpath >> $scriptlog 2>&1 84 83 check2=$? 84 chmod a=r $fullpath 85 85 case $check2 in 86 86 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.