IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2010, 2:02:54 PM (16 years ago)
Author:
bills
Message:

hack to avoid queuing diffRuns for update that can't due to config file changes

File:
1 edited

Legend:

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

    r28628 r28741  
    814814        ($stage ne 'chip' and $state eq 'full')) {
    815815        my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR);
     816    }
     817
     818    if (($stage eq 'diff') and ($stage_id <= 22778)) {
     819        print STDERR "diff_id $stage_id cannot be updated\n";
     820        $$r_dep_id = 0;
     821        $$r_fault = $PSTAMP_GONE;
     822        $$r_jobState = 'stop';
     823        return;
    816824    }
    817825
Note: See TracChangeset for help on using the changeset viewer.