IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2010, 3:23:14 PM (16 years ago)
Author:
bills
Message:

remove hard coded pending limits and use add_poll_args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dist.pro

    r27055 r27394  
    159159     # stderr $LOGSUBDIR/dist.process.load.log
    160160
    161     $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
     161    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
    162162    $currentStage ++
    163163    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
     
    177177      end
    178178    end
    179     # add_poll_args run
     179    add_poll_args run
    180180    add_poll_labels run
    181181    command $run
Note: See TracChangeset for help on using the changeset viewer.