Project

Profile

Help

Story #3760

Updated by dkliban@redhat.com almost 6 years ago

As a user, I would like to be able to know the checksum of the ISO generated by the export distributor. 

 After generating an ISO, the export distributor will calculate md5, sha1, sha256, and sha512 multiple checksums of the ISO and write them to a file with the same name as the ISO, but with a '.DIGESTS' extension. The file will have the following format: 

 <pre> 
 bb16e10946c7d24c5bbf989c3877d0dd *repo_export.iso 
 bd5f9d38232bd31dc7334b70e4259f68ab6327f4 *repo_export.iso 
 eb93b60b4be097fd618dbdd625f70ee64a6a77d502e50b39d2c259df9ccb8f53 *repo_export.iso 
 a92d64650c862bf89643dceff172c8762212c24bcb815a33f3356b63538392ee50ba6aa07188b3d1a2a760be7e9a9b0631520768c1c0a6ce60b024a3a8bc766b *repo_export.iso 
 </pre> 

Back