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_dorequest.pl

    r16764 r19221  
    106106{
    107107    ## TODO: what about request status
    108     my $command = "$pstamptool -processedreq -req_id $request_id -state stop";
     108    my $command = "$pstamptool -updatereq -req_id $request_id -state stop";
    109109    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    110110        run(command => $command, verbose => $verbosity);
    111111    unless ($success) {
    112         die("Unable to perform pstamptool -processedreq: $error_code");
     112        die("Unable to perform pstamptool -updatereq: $error_code");
    113113    }
    114114}
Note: See TracChangeset for help on using the changeset viewer.