Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
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 dataset in the todo list the ganymed results are filled 33 33 # into the table Ganymed in the database using the macro fillganymed.C … … 41 41 set -C 42 42 43 table=DataSetProcessStatus44 43 column=fFillGanymed 45 44 46 todofile=$listpath/ToDo-$table-$column.txt47 45 lockfile=$lockpath/lock-$program.txt 48 46 … … 53 51 date >> $scriptlog 2>&1 54 52 55 cd $mars56 57 53 # check if script is already running 58 54 checklock >> $scriptlog 2>&1 59 55 60 56 # get todo list 61 get dolist>> $scriptlog 2>&157 gettodo >> $scriptlog 2>&1 62 58 63 59 # retrieve datasets from todo file … … 68 64 finish >> $scriptlog 2>&1 69 65 fi 66 67 cd $mars 70 68 71 69 # run fillganymed for datasets
Note:
See TracChangeset
for help on using the changeset viewer.