Changeset 32365
- Timestamp:
- Sep 7, 2011, 9:30:13 AM (15 years ago)
- Location:
- tags/ipp-20110622/pstamp/scripts
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp_checkdependent.pl (modified) (1 diff)
-
pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/pstamp/scripts
- Property svn:mergeinfo set to
-
tags/ipp-20110622/pstamp/scripts/pstamp_checkdependent.pl
r30879 r32365 240 240 my $state = $chip->{state}; 241 241 my $data_state = $chip->{data_state}; 242 my $fault = $chip->{fault}; 242 243 if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or 243 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop')) { 244 245 print "chipRun state is $chip->{chip_id} has state: $state data_state: $data_state cannot update\n"; 244 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop') or 245 ($fault eq $PSTAMP_GONE)) { 246 247 print "chipRun state is $chip->{chip_id} has state: $state data_state: $data_state fault: $fault cannot update\n"; 246 248 my $error_code; 247 249 if (($state eq 'error_cleaned') or ($data_state ='error_cleaned')) { -
tags/ipp-20110622/pstamp/scripts/pstampparse.pl
r31507 r32365 148 148 } elsif ($lcname =~ /qub/) { 149 149 $label = "QUB"; 150 $label_changed = 1; 151 } elsif ($lcname =~ /pypstamp/) { 152 $label = "PY"; 150 153 $label_changed = 1; 151 154 }
Note:
See TracChangeset
for help on using the changeset viewer.
