Changeset 7568


Ignore:
Timestamp:
03/05/06 00:03:32 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7567 r7568  
    2323     - changed return values to improve the failure handling in the db
    2424
     25   * datacenter/script/makecallistolinks:
     26     - added 'Pulse is too much to the left, cannot go below 0!' as
     27       reason to use callisto_Dec04Jan05.rc
     28
    2529
    2630
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r7486 r7568  
    5353
    5454# reason why calibration with standard callisto.rc fails
    55 reason="Pulse is too much to the right, cannot go beyond logain limits!"
     55reason1="Pulse is too much to the right, cannot go beyond logain limits!"
     56reason2="Pulse is too much to the left, cannot go below 0!"
    5657echo "reason: "$reason >> $scriptlog 2>&1
    5758
     
    6263for file in $files
    6364do
    64   pulse=`cat $file | grep "$reason"` >> $scriptlog 2>&1
     65  pulse=`cat $file | grep "$reason1\|$reason2"` >> $scriptlog 2>&1
    6566  if [ ! "$pulse" = "" ]
    6667  then
Note: See TracChangeset for help on using the changeset viewer.