Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7902 r7909 29 29 # 30 30 # After checking, if the script is already running, the todolist is 31 # written by using the macro getdolist.C31 # written 32 32 # Then for each sequence in the todo list the calibration results are 33 33 # filled into the table Calibration in the database using the macros … … 42 42 set -C 43 43 44 table=SequenceProcessStatus45 44 column=fFillCallisto 46 45 47 todofile=$listpath/ToDo-$table-$column.txt48 46 lockfile=$lockpath/lock-$program.txt 49 47 … … 54 52 date >> $scriptlog 2>&1 55 53 56 cd $mars57 58 54 # check if the script is already running 59 55 checklock >> $scriptlog 2>&1 60 56 61 57 # get todo file 62 get dolist >> $scriptlog 2>&158 gettodolist >> $scriptlog 2>&1 63 59 64 60 sequences=(`cat $todofile`) … … 68 64 finish >> $scriptlog 2>&1 69 65 fi 66 67 cd $mars 70 68 71 69 # fill information into the database for all sequences in the todo file
Note:
See TracChangeset
for help on using the changeset viewer.