IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2008, 2:22:23 PM (18 years ago)
Author:
bills
Message:

pass state of run to the scripts to distinguish between 'new' and 'update'
processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r19545 r19559  
    141141    book getword stackSumSkyfile $pageName workdir -var WORKDIR_TEMPLATE
    142142    book getword stackSumSkyfile $pageName dbname -var DBNAME
     143    book getword stackSumSkyfile $pageName state -var RUN_STATE
    143144
    144145    # set the host and workdir based on the skycell hash
     
    156157    stderr $LOGDIR/stack.skycell.log
    157158
    158     $run = stack_skycell.pl --threads @MAX_THREADS@ --stack_id $STACK_ID --outroot $outroot --redirect-output
     159    $run = stack_skycell.pl --threads @MAX_THREADS@ --stack_id $STACK_ID --outroot $outroot --redirect-output --run-state $RUN_STATE
    159160    add_standard_args run
    160161
Note: See TracChangeset for help on using the changeset viewer.