Change path to isomd5sum
This commit is contained in:
parent
5abaa9b226
commit
b7b45d59c1
@ -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.
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user