Leave some breadcrumbs about the checksum.

This commit is contained in:
Jesse Keating 2010-04-14 16:01:17 -07:00
parent 38d41ad0be
commit be078f9850
1 changed files with 5 additions and 0 deletions

View File

@ -1142,6 +1142,11 @@ cost=500
self.config.get('pungi', 'iso_basename'),
self.config.get('pungi', 'version'),
self.config.get('pungi', 'arch')))
# Write a line about what checksums are used.
# sha256sum is magic...
file = open(csumfile, 'w')
file.write('# The image checksum(s) are generated with sha256sum.\n')
file.close()
self._doIsoChecksum(isofile, csumfile)
# return the .discinfo file