Changeset 32935
- Timestamp:
- Dec 13, 2011, 10:59:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111110/pstamp/scripts/pstamp_get_image_job.pl
r32795 r32935 126 126 $command .= " --results_file $results_file"; 127 127 $command .= " --component $component --path_base $path_base --outroot $outroot"; 128 # DING DONG .... 129 $command .= " --no_magic"; 130 if (0) { 128 131 # XXX: we need to do some work if we want to support muggle bundles 129 132 # $command .= " --no_magic if $no_magic"; 130 133 $command .= " --magicked" if $magicked; 134 } 131 135 $command .= " --dbname $imagedbname" if $imagedbname; 132 136 $command .= " --verbose" if $verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
