IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29380


Ignore:
Timestamp:
Oct 12, 2010, 2:28:24 PM (16 years ago)
Author:
bills
Message:

pass stage to ppstamp

File:
1 edited

Legend:

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

    r28927 r29380  
    118118    $command .= " -dbname $dbname" if $dbname;
    119119    $command .= " -dbserver $dbserver" if $dbserver;
     120    $command .= " -stage $params->{stage}" if $params->{stage};
    120121    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    121122        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.