Changeset 30663
- Timestamp:
- Feb 17, 2011, 9:50:40 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_get_image_job.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_get_image_job.pl
r29561 r30663 87 87 } 88 88 89 my $outdir = dirname($output_base);90 my $prefix = basename($output_base) . "_";91 my $results_file = $output_base . ".bundle_results";92 89 93 90 # Look for programs we need … … 99 96 } 100 97 98 my $outdir = dirname($output_base); 99 my $basename = basename($path_base); 100 my $outroot = $output_base ."_" . $basename; 101 my $results_file = $output_base . ".bundle_results"; 102 101 103 { 102 104 my $command = "$dist_bundle --camera $camera --stage $stage --stage_id $stage_id"; 103 $command .= " --component $component"; 104 $command .= " --path_base $path_base --outdir $outdir --results_file $results_file"; 105 $command .= " --prefix $prefix"; 105 $command .= " --results_file $results_file"; 106 $command .= " --component $component --path_base $path_base --outroot $outroot"; 107 # XXX: we need to do some work if we want to support muggle bundles 108 # $command .= " --no_magic if $no_magic"; 106 109 $command .= " --magicked" if $magicked; 107 # DANGER DANGER do not commit next line108 # $command .= " --no_magic";109 # DANGER DANGER do not commit last line110 110 $command .= " --dbname $dbname" if $dbname; 111 111 $command .= " --verbose" if $verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
