Changeset 32785 for trunk/pstamp/scripts/pstamp_job_run.pl
- Timestamp:
- Nov 23, 2011, 1:46:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r31508 r32785 88 88 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 89 89 90 my $params = read_params_file($outputBase); 91 90 92 my $jobStatus; 91 93 if ($jobType eq "stamp") { 92 my $params = read_params_file($outputBase);93 94 94 95 my $argString; … … 272 273 } elsif ($jobType eq "get_image") { 273 274 274 my $uri = ""; 275 my $pstamp_bundle_root = metadataLookupStr($ipprc->{_siteConfig}, "PSTAMP_BUNDLE_ROOT"); 276 my $imagedb = $params->{imagedb}; 277 275 278 my $command = "$pstamp_get_image_job --job_id $job_id --output_base $outputBase --rownum $rownum"; 279 $command .= " --bundleroot $pstamp_bundle_root" if $pstamp_bundle_root; 280 $command .= " --imagedb $imagedb" if $imagedb; 276 281 $command .= " --dbname $dbname" if $dbname; 277 282 $command .= " --dbserver $dbserver" if $dbserver;
Note:
See TracChangeset
for help on using the changeset viewer.
