IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:28:12 PM (18 years ago)
Author:
bills
Message:

-processedreq chanaged to -updatereq
-processedjob changed to -updatejob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r18742 r19221  
    171171# stop the job and set the result value
    172172{
    173     my $command = "$pstamptool -processedjob -job_id $job_id -state stop -fault $jobStatus";
     173    my $command = "$pstamptool -updatejob -job_id $job_id -state stop -fault $jobStatus";
    174174    $command .= " -dbname $dbname" if $dbname;
    175175    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.