Changeset 38166
- Timestamp:
- Apr 22, 2015, 5:47:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl
r38165 r38166 550 550 } 551 551 elsif ($stage eq 'staticsky') { 552 ($class_id, $stage_id ) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).dbinfo/;552 ($class_id, $stage_id, $component) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).([\w\.]+)$/; 553 553 } 554 554 elsif ($stage eq 'diff') { 555 ($class_id,$stage_id ) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).dbinfo/;555 ($class_id,$stage_id, $component) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).([\w\.]+)$/; 556 556 } 557 557 elsif ($stage eq 'ff') { 558 ($class_id,$stage_id ) = $file =~ /wrp\.(\d*).ff.(\d*).dbinfo/;558 ($class_id,$stage_id, $component) = $file =~ /wrp\.(\d*).ff.(\d*).([\w\.]+)$/; 559 559 } 560 560
Note:
See TracChangeset
for help on using the changeset viewer.
