Changeset 19220 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Aug 26, 2008, 1:27:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r19162 r19220 96 96 97 97 if ($req_id) { 98 my $command = "$pstamptool - processedreq -req_id $req_id -name $req_name";98 my $command = "$pstamptool -updatereq -req_id $req_id -name $req_name"; 99 99 $command .= " -outProduct $product"; 100 100 $command .= " -dbname $dbname" if $dbname; … … 227 227 foreach my $image (@$images) { 228 228 my $uri = $image->{image}; 229 my $exp_id = $image->{exp_id}; 229 230 230 231 $job_num++; … … 256 257 # and if not, queue a regeneration job and set the job state appropriately. 257 258 259 my $state = "run"; 260 258 261 my $command = "$pstamptool -addjob -req_id $req_id -job_type $job_type" 259 . " -uri $uri -outputBase $output_base -args '$args' -rownum $rownum"; 262 . " -uri $uri -outputBase $output_base -args '$args' -rownum $rownum" 263 . " -state $state -exp_id $exp_id"; 260 264 $command .= " -dbname $dbname" if $dbname; 261 265
Note:
See TracChangeset
for help on using the changeset viewer.
