Changeset 30930
- Timestamp:
- Mar 16, 2011, 12:37:51 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110218/ippTasks/dist.pro (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110218/ippTasks/dist.pro
- Property svn:mergeinfo set to
r30654 r30930 188 188 # stderr $LOGSUBDIR/dist.process.load.log 189 189 190 # check current stage in case it is out of range because entries 191 # have been removed 192 if ($currentStage >= $DIST_STAGE:n) set currentStage = 0 193 190 194 $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage 191 195 $currentStage ++ … … 270 274 book getword distToProcess $pageName alt_path_base -var ALT_PATH_BASE 271 275 book getword distToProcess $pageName outdir -var OUTDIR_TEMPLATE 276 book getword distToProcess $pageName exp_type -var EXP_TYPE 272 277 book getword distToProcess $pageName dbname -var DBNAME 273 278 … … 287 292 $EXTRA_ARGS = $EXTRA_ARGS --poor_quality 288 293 end 289 if ("$ALT_PATH_BASE" != " ")294 if ("$ALT_PATH_BASE" != "NULL") 290 295 $EXTRA_ARGS = $EXTRA_ARGS --alt_path_base $ALT_PATH_BASE 291 296 end … … 310 315 sprintf logfile "%s/dist.%s.%s.log" $OUTDIR $DIST_ID $COMPONENT 311 316 312 $run = dist_component.pl --dist_id $DIST_ID --camera $CAMERA --stage $DIST_STAGE --stage_id $DIST_STAGE_ID --component $COMPONENT -- path_base $PATH_BASE --chip_path_base $CHIP_PATH_BASE --state $STATE --data_state $DATA_STATE $EXTRA_ARGS --outdir $OUTDIR --logfile $logfile317 $run = dist_component.pl --dist_id $DIST_ID --camera $CAMERA --stage $DIST_STAGE --stage_id $DIST_STAGE_ID --component $COMPONENT --exp_type $EXP_TYPE --path_base $PATH_BASE --chip_path_base $CHIP_PATH_BASE --state $STATE --data_state $DATA_STATE $EXTRA_ARGS --outdir $OUTDIR --logfile $logfile 313 318 314 319 add_standard_args run
Note:
See TracChangeset
for help on using the changeset viewer.
