- Timestamp:
- Sep 27, 2009, 11:34:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippScripts/scripts/summit_copy.pl
r25406 r25624 105 105 # if so pass the results to pztool to the results in pzDownloadImfile. 106 106 # uncomment this to turn on 107 #my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);107 my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress); 108 108 109 109 # command to update database … … 121 121 # XXX: TODO: see above. Don't do this until pztool and the DB have 122 122 # been updated 123 #$command .= " -md5sum $new_md5 -bytes $new_bytes";123 $command .= " -md5sum $new_md5 -bytes $new_bytes"; 124 124 125 125 # update the database … … 198 198 if ($b ne $new_bytes) { 199 199 $error = "size of $instances[$i] does not match $instances[0]"; 200 } elsif ($m !=$new_md5) {200 } elsif ($m ne $new_md5) { 201 201 $error = "md5sum of $instances[$i] does not match $instances[0]"; 202 202 }
Note:
See TracChangeset
for help on using the changeset viewer.
