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/ippScripts/scripts/summit_copy.pl

    r31142 r39539  
    1919my $host = hostname();
    2020print "\n\n";
    21 print "Starting script $0 on $host\n\n";
     21#print "Starting script $0 on $host\n\n";
     22my $date = `date`;
     23print "Starting script $0 on $host at $date";
     24
    2225
    2326# Parse the command-line arguments
     
    109112my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);
    110113
     114$date = `date`;
     115print "starting pztool instances checksum  $date";
     116
    111117# command to update database
    112118$command  = "$pztool -copydone";
     
    138144    print "skipping command: $command\n";
    139145}
     146
     147$date = `date`;
     148print "finished  $date\n";
     149
    140150
    141151sub get_file_params
Note: See TracChangeset for help on using the changeset viewer.