Changeset 28741 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Jul 28, 2010, 2:02:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r28628 r28741 814 814 ($stage ne 'chip' and $state eq 'full')) { 815 815 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; 816 824 } 817 825
Note:
See TracChangeset
for help on using the changeset viewer.
