Closed georgemarselis-nvi closed 1 week ago
fh.write( f"{sha512sum} {filetobehashed}\n" ) # the two spaces are mandatory to be re-verified after uploading via 'sha512sum -c FILE'
implemented a fix, re-running tests.
looks good. closing ticket.
something ate them changes.
re-implementing.
(manual for now) testing:
find /data/for_transfer -iname *.sha512 -exec /usr/bin/sha512sum -c /data/for_transfer/{ } \;
works. fixed regression, but not in master branch, have to pull from the #68 branch.
this was fix post haste
the format should be as the output of md5sum/sha512sum :
bnf-ish: HASH_2SPACES_filename
no _
to fix before 1.0