IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25255


Ignore:
Timestamp:
Sep 2, 2009, 12:51:06 PM (17 years ago)
Author:
Paul Price
Message:

Adding database columns.

File:
1 edited

Legend:

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

    r25240 r25255  
    209209unless ($no_update) {
    210210    my $command = "$pubtool -add -pub_id $pub_id -path_base $outroot";
     211    $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
     212    $command .= " -hostname $host" if defined $host;
     213
    211214    $command .= " -dbname $dbname" if defined $dbname;
    212215
     
    303306        $command .= " -pub_id $pub_id";
    304307        $command .= " -path_base $outroot";
     308        $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
     309        $command .= " -hostname $host" if defined $host;
    305310        $command .= " -fault $fault";
    306311        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.