Ignore:
Timestamp:
08/22/06 13:42:30 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto

    r7902 r7909  
    2929#
    3030# After checking, if the script is already running, the todolist is
    31 # written by using the macro getdolist.C
     31# written
    3232# Then for each sequence in the todo list the calibration results are
    3333# filled into the table Calibration in the database using the macros
     
    4242set -C
    4343
    44 table=SequenceProcessStatus
    4544column=fFillCallisto
    4645
    47 todofile=$listpath/ToDo-$table-$column.txt
    4846lockfile=$lockpath/lock-$program.txt
    4947
     
    5452date >> $scriptlog 2>&1
    5553
    56 cd $mars
    57 
    5854# check if the script is already running
    5955checklock  >> $scriptlog 2>&1
    6056
    6157# get todo file
    62 getdolist  >> $scriptlog 2>&1
     58gettodolist  >> $scriptlog 2>&1
    6359
    6460sequences=(`cat $todofile`)
     
    6864   finish >> $scriptlog 2>&1
    6965fi
     66
     67cd $mars
    7068
    7169# fill information into the database for all sequences in the todo file
Note: See TracChangeset for help on using the changeset viewer.