IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20100621/pstamp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/pstamp

    • Property svn:ignore
      •  

        old new  
        1616ltmain.sh
        1717libtool
         18ppstamp.pc
  • branches/eam_branches/ipp-20100621/pstamp/scripts/pstamp_checkdependent.pl

    r28145 r28794  
    225225                print "chipRun state is $chip->{chip_id} is in state $chip->{state} cannot update\n";
    226226                faultJobs('stop', undef, undef, $PSTAMP_GONE);
    227                 return;
     227                return 0;
    228228            } elsif (($chip->{data_state} ne 'update') and ($chip->{data_state} ne 'full')) {
    229229                my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}";
     
    249249            print "chipRun state is $run->{chip_id} is in state $state cannot update\n";
    250250            faultJobs('stop', undef, undef, $PSTAMP_GONE);
    251             return;
     251            return 0;
    252252        }
    253253
     
    277277    # if chipProcessedImfile.state is cleaned call check_states_chip
    278278
    279     # need to code warptool -setskyfiletoupdate
    280279    my $metadata = shift;
    281280    my $whole_run = shift;  # if true queue entire run for update
     
    287286    my $warp_id = $metadata->{warp_id};
    288287    my $state = $metadata->{state};
    289     if ($state =~ /error/) {
     288    if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop')) {
    290289        print STDERR "warpRun $warp_id has state $state faulting jobs\n";
    291290        faultJobs('stop', undef, undef, $PSTAMP_GONE);
Note: See TracChangeset for help on using the changeset viewer.