Index: /trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- /trunk/ippScripts/scripts/stack_skycell.pl	(revision 20928)
+++ /trunk/ippScripts/scripts/stack_skycell.pl	(revision 20929)
@@ -33,4 +33,5 @@
 GetOptions(
     'stack_id|d=s'      => \$stack_id, # Stack identifier
+    ## XXX future addition: if stack gets multi-skyfile option 'stack_skyfile_id|d=s' => \$stack_skyfile_id, # Stack identifier
     'dbname|d=s'        => \$dbname, # Database name
     'outroot=s'         => \$outroot, # Output root name
@@ -66,4 +67,7 @@
 }
 $ipprc->redirect_output($logDest) if $redirect;
+
+my $image_id = $stack_id;
+my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_STACK);
 
 # Look for programs we need
@@ -210,4 +214,6 @@
     $command .= " -tracedest $traceDest -log $logDest";
     $command .= " -dbname $dbname" if defined $dbname;
+    # $command .= " -image_id $image_id" if defined $image_id;
+    # $command .= " -source_id $source_id" if defined $source_id;
     if ($run_state eq 'new') {
         $command .= " -dumpconfig $configuration";
