IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:34:07 AM (17 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippScripts/scripts/summit_copy.pl

    r25406 r25624  
    105105# if so pass the results to pztool to the results in pzDownloadImfile.
    106106# uncomment this to turn on
    107 # my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);
     107my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);
    108108
    109109# command to update database
     
    121121# XXX: TODO: see above. Don't do this until pztool and the DB have
    122122# been updated
    123 # $command .= " -md5sum $new_md5 -bytes $new_bytes";
     123$command .= " -md5sum $new_md5 -bytes $new_bytes";
    124124
    125125# update the database
     
    198198        if ($b ne $new_bytes) {
    199199            $error = "size of $instances[$i] does not match $instances[0]";
    200         } elsif ($m != $new_md5) {
     200        } elsif ($m ne $new_md5) {
    201201            $error = "md5sum of $instances[$i] does not match $instances[0]";
    202202        }
Note: See TracChangeset for help on using the changeset viewer.