Changeset 29432
- Timestamp:
- Oct 15, 2010, 10:00:46 AM (16 years ago)
- Location:
- tags/ipp-20100823
- Files:
-
- 8 edited
-
PS-IPP-PStamp (modified) (1 prop)
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
-
pstamp (modified) (1 prop)
-
pstamp/scripts (modified) (1 prop)
-
pstamp/scripts/pstampparse.pl (modified) (2 diffs)
-
pstamp/scripts/pstampstopfaulted (modified) (1 diff)
-
pstamp/src (modified) (1 prop)
-
pstamp/src/ppstampMakeStamp.c (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/PS-IPP-PStamp
- Property svn:mergeinfo changed
/trunk/PS-IPP-PStamp merged: 29424
- Property svn:mergeinfo changed
-
tags/ipp-20100823/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r29334 r29432 385 385 386 386 next if $image->{fault}; 387 next if ($stage ne "raw") and $image->{quality}; 387 if (($stage ne "raw") and $image->{quality}) { 388 print STDERR "Selected $stage image has bad quality. Skipping.\n"; 389 next; 390 } 388 391 389 392 if ($base_name) { … … 1222 1225 my $images = runToolAndParse($command, $verbose); 1223 1226 if (!defined $images) { 1224 print "No components containing coordinates found for ${stage}_id $stage_id\n"; 1225 foreach my $row (@$rowList) { 1226 # XXX: This doesn't seem like the correct error code? 1227 $row->{error_code} = $PSTAMP_NO_OVERLAP; 1228 } 1227 print "No $c found for $stage ${stage}_id $stage_id\n"; 1229 1228 next; 1230 1229 } -
tags/ipp-20100823/pstamp
- Property svn:mergeinfo changed
/trunk/pstamp merged: 29348,29379-29380,29382-29383,29388,29428-29429
- Property svn:mergeinfo changed
-
tags/ipp-20100823/pstamp/scripts
- Property svn:mergeinfo deleted
-
tags/ipp-20100823/pstamp/scripts/pstampparse.pl
r29333 r29432 805 805 { 806 806 my ($r_jobState, $r_fault, $r_dep_id, $imagedb, $state, $stage, $stage_id, $component, $need_magic) = @_; 807 808 if (($stage ne 'chip') and ($stage ne 'raw')) {809 # XXX: The update process for warp and subsequent stages requires that destreaking to be performed810 # because the -pending queries require the inputs to have magicked >= 0811 # This is too conservative. For example stage is warp and the warp has never been destreaked we don't812 # need magic either813 # The case of stack-stack diffs not needing to be destreaked is taken care of in pstamp_checkdependent814 # maybe we should put all of the smarts there and interpret the need_magic flag in the dependent as815 # "The client needs to have magic performed" and let816 # XXX: note the very nasty hard coding of gpc1817 $need_magic = 1 if $imagedb eq 'gpc1';818 }819 807 820 808 # chipRun's can be in full state if destreaking is necessary … … 913 901 # cause the image to be re-made 914 902 # set up to queue an update run 903 my $require_magic = ($need_magic or $image->{magicked}); 915 904 get_dependent(\$$r_newState, \$$r_fault, $r_dep_id, $image->{imagedb}, 916 $run_state, $stage, $image->{stage_id}, $image->{component}, $ need_magic);905 $run_state, $stage, $image->{stage_id}, $image->{component}, $require_magic ); 917 906 } 918 907 } -
tags/ipp-20100823/pstamp/scripts/pstampstopfaulted
r29333 r29432 6 6 # 25 is PSTAMP_NOT_AVAILABLE 7 7 fault_code=25 8 fault_count= 58 fault_count=3 9 9 10 10 date -
tags/ipp-20100823/pstamp/src
- Property svn:mergeinfo deleted
-
tags/ipp-20100823/pstamp/src/ppstampMakeStamp.c
- Property svn:mergeinfo deleted
Note:
See TracChangeset
for help on using the changeset viewer.
