Change path to isomd5sum

This commit is contained in:
Jesse Keating 2007-12-10 15:17:56 -05:00 committed by Jesse Keating
parent 5abaa9b226
commit b7b45d59c1
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
* Mon Dec 10 Jesse Keating <jkeating@redhat.com>
- Use a repoview cache.
- Change path to isomd5sum
* Sat Dec 08 Jesse Keating <jkeating@redhat.com>
- Use a createrepo cache.

View File

@ -483,7 +483,7 @@ cost=500
# implant md5 for mediacheck on all but source arches
if not self.config.get('default', 'arch') == 'source':
pypungi._doRunCommand(['/usr/lib/anaconda-runtime/implantisomd5', isofile], self.logger)
pypungi._doRunCommand(['/usr/bin/implantisomd5', isofile], self.logger)
# shove the sha1sum into a file
sha1file = open(os.path.join(self.isodir, 'SHA1SUM'), 'a')
@ -534,7 +534,7 @@ cost=500
# implant md5 for mediacheck on all but source arches
if not self.config.get('default', 'arch') == 'source':
pypungi._doRunCommand(['/usr/lib/anaconda-runtime/implantisomd5', isofile], self.logger)
pypungi._doRunCommand(['/usr/bin/implantisomd5', isofile], self.logger)
# shove the sha1sum into a file
sha1file = open(os.path.join(self.isodir, 'SHA1SUM'), 'a')