IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25231


Ignore:
Timestamp:
Sep 1, 2009, 5:12:59 PM (17 years ago)
Author:
Paul Price
Message:

Need dbname.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippScripts/scripts/publish_file.pl

    r25225 r25231  
    8282if ($stage eq 'camera') {
    8383    my $command =  "camtool -processedexp -cam_id $stage_id";
     84    $command .= " -dbname $dbname" if defined $dbname;
    8485    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    8586        run(command => $command, verbose => $verbose);
     
    102103} elsif ($stage eq 'diff') {
    103104    my $command =  "difftool -diffskyfile -diff_id $stage_id";
     105    $command .= " -dbname $dbname" if defined $dbname;
    104106    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    105107        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.