IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2009, 4:13:39 PM (17 years ago)
Author:
eugene
Message:

updates from head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/pstamp/scripts/pstamp_job_run.pl

    r25712 r26236  
    148148    }
    149149} elsif ($jobType eq "get_image") {
    150     my_die( "get_image jobs not working right now", $job_id, $PS_EXIT_PROG_ERROR);
    151150
    152151    my $uri = "";
    153     my $command = "$pstamp_get_image_job --job_id $job_id --uri $uri --out_dir $outputBase --rownum $rownum";
     152    my $command = "$pstamp_get_image_job --job_id $job_id --output_base $outputBase --rownum $rownum";
    154153    $command .= " --dbname $dbname" if $dbname;
    155154    $command .= " --dbserver $dbserver" if $dbserver;
     155    $command .= " --verbose" if $verbose;
    156156    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    157157        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.