Changeset 9107


Ignore:
Timestamp:
08/07/08 09:58:55 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9106 r9107  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/08/07 Stefan Ruegamer
     22
     23   * datacenter/scripts/makecallistolinks
     24     - added a condition to prevent the linking of the old Dec04Jan05.rc
     25       for mux data
     26
     27   * datacenter/scripts/cutslices
     28     - changed checklock to checklock continue to prevent the program
     29       from exiting if a lock file already exists
     30
     31
    2032
    2133 2008/08/06 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/scripts/cutslices

    r9081 r9107  
    4141
    4242# query db 20 times for jobs
    43 for ((j=0 ; j < 20 ; j++))
     43for ((j=0 ; j < 10000 ; j++))
    4444do
    4545   gettodo "1" >> $scriptlog 2>&1
     
    4848   
    4949   lockfile=$lockpath/lock-$table-$column-$runno.txt
    50    checklock >> $scriptlog 2>&1
     50   checklock continue >> $scriptlog 2>&1
    5151   
    5252   setstatus "start" >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r9088 r9107  
    5252
    5353# query failed callistos (returncode 13) from DB
    54 query="SELECT fSequenceFirst, fTelescopeNumber from SequenceProcessStatus where fReturnCode=13 and fProgramId=14"
     54query="SELECT fSequenceFirst, fTelescopeNumber from SequenceProcessStatus where fReturnCode=13 and fProgramId=14 and fSequenceFirst<200000"
    5555primaries=( `sendquery` )
    5656if [ ${#primaries[@]} -eq 0 ]
Note: See TracChangeset for help on using the changeset viewer.