Changeset 25255 for branches/pap_mops/ippScripts/scripts/publish_file.pl
- Timestamp:
- Sep 2, 2009, 12:51:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippScripts/scripts/publish_file.pl
r25240 r25255 209 209 unless ($no_update) { 210 210 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 211 214 $command .= " -dbname $dbname" if defined $dbname; 212 215 … … 303 306 $command .= " -pub_id $pub_id"; 304 307 $command .= " -path_base $outroot"; 308 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 309 $command .= " -hostname $host" if defined $host; 305 310 $command .= " -fault $fault"; 306 311 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
