- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/pstamp/scripts/pstamp_checkdependent.pl
r28929 r29060 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.
