- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_advancerun.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ippScripts/scripts/dist_advancerun.pl
r28735 r29060 67 67 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 68 68 my $bgtool = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1); 69 my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1); 69 70 if ($missing_tools) { 70 71 &my_die("Can't find required tools.", $dist_id, $PS_EXIT_CONFIG_ERROR); … … 108 109 $list_mode = "-sumskyfile"; 109 110 $component_key = "skycell_id"; 111 } elsif ($stage eq "sky") { 112 $tool_cmd = "$staticskytool -sky_id"; 113 $list_mode = "-result"; 114 $component_key = ""; 110 115 } elsif ($stage eq "diff") { 111 116 $tool_cmd = "$difftool -diff_id";
Note:
See TracChangeset
for help on using the changeset viewer.
