IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25111


Ignore:
Timestamp:
Aug 18, 2009, 11:58:55 AM (17 years ago)
Author:
bills
Message:

pstamptool -updatereq requires state to be set pass it for now

File:
1 edited

Legend:

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

    r25065 r25111  
    209209        $command .= " -job_id $job_id";
    210210        $command .= " -fault $exit_code";
     211        # XXX: fix pstamptool to not require -state when -fault with nonzero value is provided
     212        $command .= " -state run";
    211213        $command .= " -dbname $dbname" if defined $dbname;
    212214        $command .= " -dbserver $dbserver" if defined $dbserver;
Note: See TracChangeset for help on using the changeset viewer.