Changeset 25068
- Timestamp:
- Aug 13, 2009, 3:43:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r25067 r25068 242 242 push @rowList, $row; 243 243 } 244 245 if (@rowList) { 246 $num_jobs += queueJobs($mode, \@rowList, $imageList); 247 }244 } 245 246 if (@rowList) { 247 $num_jobs += queueJobs($mode, \@rowList, $imageList); 248 248 } 249 249 … … 354 354 my $newState = "run"; 355 355 my $fault = 0; 356 if ($image->{data_state} ne "full") { 356 357 if (0) { 358 # XXX this doesn't work because not all ippTools outputs include data_state 359 # fix chipTool also need to not make this test for raw stage 360 if ((($stage ne 'stack') and ($image->{data_state} ne 'full')) or $image->{state} ne 'full' ){ 357 361 # XXX here is where we need to queue an update job 358 362 # for now just say that the image is not available … … 360 364 $fault = 49; 361 365 } 366 } 362 367 363 368 $num_jobs++;
Note:
See TracChangeset
for help on using the changeset viewer.
