- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
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 the sequences are built for each date in the todolist using the 33 33 # macro buildsequenceentries.C … … 41 41 set -C 42 42 43 cd $mars44 45 table=SequenceBuildStatus46 43 column=fSequenceEntriesBuilt 47 44 48 todofile=$listpath/ToDo-$table-$column.txt49 45 lockfile=$lockpath/lock-$program.txt 50 46 … … 59 55 60 56 # get todo list 61 get dolist>> $scriptlog 2>&157 gettodo >> $scriptlog 2>&1 62 58 63 59 # retrieve dates from todofile … … 68 64 finish >> $scriptlog 2>&1 69 65 fi 66 67 cd $mars 70 68 71 69 echo "dates: "${dates[@]} >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.