IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2016, 1:04:13 PM (10 years ago)
Author:
mhuber
Message:

adding timestamps to summitcopy+dsget logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r26291 r39539  
    5353    -exitval => 3,
    5454) unless defined $uri and defined $filename;
     55
     56my $date = `date`;
     57print "starting dsget $date";
    5558
    5659# XXX EAM : should not need parse_neb_key, but how to handle case
     
    138141my $tmpfilename = $tmp->filename;
    139142print "downloading file to $tmpfilename\n";
     143$date = `date`;
     144print "downloading starting  $date";
    140145
    141146# request the file from the remote data store server (save in tmpfilename)
     
    158163# this can't cross a file system boundry so we can assume that a move will
    159164# always be a rename operation instead of a copy and delete.
     165
     166$date = `date`;
     167print "start copying file into nebulous  $date";
    160168
    161169my $neb;
     
    233241}
    234242
     243$date = `date`;
     244print "finished dsget $date";
     245
    235246__END__
    236247
Note: See TracChangeset for help on using the changeset viewer.