IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2010, 1:55:20 PM (16 years ago)
Author:
bills
Message:

Various changes to the postage stamp server and associated tables.
Implemented cleanup. Added pstampRequest.outdir changed spelling of out_dir
to outdir. various other cleanups

File:
1 edited

Legend:

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

    r27853 r27874  
    575575    my ($state, $stage, $stage_id, $job_fault) = @_;
    576576
    577     my $command = "$pstamptool -updatejob -state stop -fault $job_fault -dep_id $dep_id";
     577    my $command = "$pstamptool -updatejob -set_state stop -set_fault $job_fault -dep_id $dep_id";
    578578    $command .= " -dbname $dbname" if $dbname;
    579579    $command .= " -dbserver $dbserver" if $dbserver;
     
    642642    carp $msg;
    643643
    644     my $command = "$pstamptool -updatedependent -fault $fault -dep_id $dep_id";
     644    my $command = "$pstamptool -updatedependent -set_fault $fault -dep_id $dep_id";
    645645    $command .= " -dbname $dbname" if $dbname;
    646646    $command .= " -dbserver $dbserver" if $dbserver;
Note: See TracChangeset for help on using the changeset viewer.