Changeset 20929 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Dec 7, 2008, 2:32:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r20456 r20929 33 33 GetOptions( 34 34 'stack_id|d=s' => \$stack_id, # Stack identifier 35 ## XXX future addition: if stack gets multi-skyfile option 'stack_skyfile_id|d=s' => \$stack_skyfile_id, # Stack identifier 35 36 'dbname|d=s' => \$dbname, # Database name 36 37 'outroot=s' => \$outroot, # Output root name … … 66 67 } 67 68 $ipprc->redirect_output($logDest) if $redirect; 69 70 my $image_id = $stack_id; 71 my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_STACK); 68 72 69 73 # Look for programs we need … … 210 214 $command .= " -tracedest $traceDest -log $logDest"; 211 215 $command .= " -dbname $dbname" if defined $dbname; 216 # $command .= " -image_id $image_id" if defined $image_id; 217 # $command .= " -source_id $source_id" if defined $source_id; 212 218 if ($run_state eq 'new') { 213 219 $command .= " -dumpconfig $configuration";
Note:
See TracChangeset
for help on using the changeset viewer.
