IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19075


Ignore:
Timestamp:
Aug 14, 2008, 3:27:55 PM (18 years ago)
Author:
eugene
Message:

fixed _DB names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080806/ippTasks/stack.pro

    r18945 r19075  
    77# test for required global variables
    88check.globals
    9 
    10 $LOGSUBDIR = $LOGDIR/stack
    11 exec mkdir -p $LOGSUBDIR
    129
    1310### Initialise the books containing the tasks to do
     
    7572
    7673  stdout NULL
    77   stderr $LOGSUBDIR/stack.skycell.log
     74  stderr $LOGDIR/stack.skycell.log
    7875
    7976  task.exec
     
    206203    else
    207204      # save the DB name for the exit tasks
    208       option $DB:$stack_cleanup_DB
    209       command stacktool -pendingcleanuprun -limit 20 -dbname $DB:$stack_cleanup_DB
    210       $stack_cleanup_DB ++
    211       if ($stack_cleanup_DB >= $DB:n) set stack_cleanup_DB = 0
     205      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
    212209    end
    213210  end
Note: See TracChangeset for help on using the changeset viewer.