IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/pstamp/scripts/pstamp_checkdependent.pl

    r29124 r29515  
    239239                    print "skipping $command\n";
    240240                }
     241            } elsif ($chip->{fault}) {
     242                # fault the dependent
     243                my_die("chip $chip->{chip_id} $chip->{class_id} faulted: $chip->{fault}", $chip->{fault});
     244            } elsif ($chip->{dsFile_fault}) {
     245                # fault the dependent
     246                my_die("magicDSFile $chip->{magic_ds_id} $chip->{chip_id} $chip->{class_id} faulted: $chip->{dsFile_fault}", $chip->{dsFile_fault});
    241247            }
    242248        }
     
    317323            if (($chip->{data_state} ne 'full') or ($need_magic and ($chip->{magicked} <= 0))) {
    318324                $chips_ready = 0;
     325                $chip->{fault} = $chip->{chip_fault};
    319326                push @chipsToUpdate, $chip;
    320327            } else {
Note: See TracChangeset for help on using the changeset viewer.