Changeset 26151 for trunk/pstamp/scripts/pstamp_job_run.pl
- Timestamp:
- Nov 15, 2009, 1:53:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r25712 r26151 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;
Note:
See TracChangeset
for help on using the changeset viewer.
