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/diff_skycell.pl

    r17797 r17803  
    213213        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outroot";
    214214        $command .= $stats->cmdflags();
     215        $command .= " -hostname $host" if defined $host;
    215216        $command .= " -dbname $dbname" if defined $dbname;
    216217
     
    248249    if (defined $diff_id and not $no_update) {
    249250        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code";
     251        $command .= " -hostname $host" if defined $host;
    250252        $command .= " -dbname $dbname" if defined $dbname;
    251253        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.