- Timestamp:
- Nov 20, 2009, 4:13:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/pstamp/scripts/pstamp_job_run.pl
r25712 r26236 148 148 } 149 149 } elsif ($jobType eq "get_image") { 150 my_die( "get_image jobs not working right now", $job_id, $PS_EXIT_PROG_ERROR);151 150 152 151 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"; 154 153 $command .= " --dbname $dbname" if $dbname; 155 154 $command .= " --dbserver $dbserver" if $dbserver; 155 $command .= " --verbose" if $verbose; 156 156 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 157 157 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
