Changeset 39190
- Timestamp:
- Nov 24, 2015, 11:31:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20141024/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo set to
r38192 r39190 416 416 } 417 417 418 # The update system currently requires that data that has been magicked be destreaked419 # at chip stage so it needs magic even if the customer doesn't.420 if (0) {421 if ($metadata->{magicked} != 0) {422 $need_magic = 1;423 }424 }425 426 if (0) {427 my $tess_id = $metadata->{tess_id};428 if ($tess_id eq 'RINGS.V0') {429 # we have stopped updating data from RINGS.V0430 return $PSTAMP_GONE431 }432 }433 418 if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or 434 419 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop')) { … … 495 480 # XXX: change tools to include cam_state (camRun.state). If it is not full the warp updates will never run. 496 481 my $cam_fault = $chip->{cam_fault}; 482 if ($chip->{camState} eq 'cleaned') { 483 print STDERR "camRun for $warp_id skycell_id $skycell_id is cleaned so warp cannot be updated.\n"; 484 return $PSTAMP_GONE; 485 } 497 486 if (defined $cam_fault and $cam_fault > 0) { 498 487 print STDERR "camRun for $warp_id skycell_id $skycell_id is faulted: $cam_fault\n";
Note:
See TracChangeset
for help on using the changeset viewer.
