IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2009, 5:32:10 PM (17 years ago)
Author:
bills
Message:

change "params" file for get_image jobs to be mdc doc that contains "all" of
the data for the component. Various other changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r26151 r26204  
    153153    $command .= " --dbname $dbname" if $dbname;
    154154    $command .= " --dbserver $dbserver" if $dbserver;
     155    $command .= " --verbose $verbose" if $verbose;
    155156    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    156157        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.