Changeset 19075
- Timestamp:
- Aug 14, 2008, 3:27:55 PM (18 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080806/ippTasks/stack.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080806/ippTasks/stack.pro
r18945 r19075 7 7 # test for required global variables 8 8 check.globals 9 10 $LOGSUBDIR = $LOGDIR/stack11 exec mkdir -p $LOGSUBDIR12 9 13 10 ### Initialise the books containing the tasks to do … … 75 72 76 73 stdout NULL 77 stderr $LOG SUBDIR/stack.skycell.log74 stderr $LOGDIR/stack.skycell.log 78 75 79 76 task.exec … … 206 203 else 207 204 # save the DB name for the exit tasks 208 option $DB:$stack _cleanup_DB209 command stacktool -pendingcleanuprun -limit 20 -dbname $DB:$stack _cleanup_DB210 $stack _cleanup_DB ++211 if ($stack _cleanup_DB >= $DB:n) set stack_cleanup_DB = 0205 option $DB:$stackCleanup_DB 206 command stacktool -pendingcleanuprun -limit 20 -dbname $DB:$stackCleanup_DB 207 $stackCleanup_DB ++ 208 if ($stackCleanup_DB >= $DB:n) set stackCleanup_DB = 0 212 209 end 213 210 end
Note:
See TracChangeset
for help on using the changeset viewer.
