IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32809 for trunk/pstamp/scripts


Ignore:
Timestamp:
Nov 25, 2011, 8:50:16 AM (15 years ago)
Author:
bills
Message:

check for state like failed_revert since update jobs get set to failed_revert_ud now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r32364 r32809  
    255255            # caller will fault the jobs
    256256            return $error_code;
    257         } elsif ($chip->{dsRun_state} eq 'failed_revert') {
     257        } elsif ($chip->{dsRun_state} =~ /failed_revert/) {
    258258            # XXX: revert failures are rarely fixed. give up but say it's just not available not GONE
    259259            print "magicDSRun.state = $dsRun_state for chipRun $stage_id is in state failed_revert cannot update\n";
Note: See TracChangeset for help on using the changeset viewer.