Changeset 29053
- Timestamp:
- Aug 25, 2010, 2:36:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo set to
r28929 r29053 644 644 # if the input file is already magicked no need to queue destreaking for this chipRun 645 645 if ($need_magic and !$input_magicked) { 646 if ($dsRun_state eq 'cleaned') { 646 if (!defined($dsRun_state) or ($dsRun_state eq 'NULL')) { 647 print "No magicDSRun for chipRun $stage_id and magic is required\n"; 648 faultJobs('stop', undef, undef, $PSTAMP_NOT_DESTREAKED); 649 } elsif ($dsRun_state eq 'cleaned') { 647 650 my $command = "$magicdstool -updaterun -set_state new -stage $stage -stage_id $stage_id"; 648 651 $command .= " -set_label $rlabel" if $rlabel; … … 658 661 } 659 662 } elsif ($dsRun_state eq 'failed_revert') { 660 print "magicDSRun.state = $dsRun_state for chipRun $stage_id is in state failed_revert cannot update ";663 print "magicDSRun.state = $dsRun_state for chipRun $stage_id is in state failed_revert cannot update\n"; 661 664 faultJobs('stop', undef, undef, $PSTAMP_NOT_AVAILABLE); 662 665 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
