IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32935


Ignore:
Timestamp:
Dec 13, 2011, 10:59:22 AM (15 years ago)
Author:
bills
Message:

disable magic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111110/pstamp/scripts/pstamp_get_image_job.pl

    r32795 r32935  
    126126    $command .= " --results_file $results_file";
    127127    $command .= " --component $component --path_base $path_base --outroot $outroot";
     128    # DING DONG ....
     129    $command .= " --no_magic";
     130if (0) {
    128131    #    XXX: we need to do some work if we want to support muggle bundles
    129132    #    $command .= " --no_magic if $no_magic";
    130133    $command .= " --magicked" if $magicked;
     134}
    131135    $command .= " --dbname $imagedbname" if $imagedbname;
    132136    $command .= " --verbose" if $verbose;
Note: See TracChangeset for help on using the changeset viewer.