IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2008, 5:10:21 PM (18 years ago)
Author:
Paul Price
Message:

Adding hostname to database values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r17787 r17803  
    219219    $command .= " -uri $outputImage -path_base $outroot" if $accept;
    220220    $command .= $stats->cmdflags() if $accept;
     221    $command .= " -hostname $host" if defined $host;
    221222    $command .= " -dbname $dbname" if defined $dbname;
    222223
     
    241242    if (defined $warp_id and defined $skycell_id and defined $tess_id and not $no_update) {
    242243        my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code";
     244        $command .= " -hostname $host" if defined $host;
    243245        $command .= " -dbname $dbname" if defined $dbname;
    244246        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.