get ppc images for ppc and ppc64 bz#888517
This commit is contained in:
parent
b7c6c80949
commit
45bb97ba97
@ -973,7 +973,7 @@ class Pungi(pypungi.PungiBase):
|
|||||||
os.path.walk(os.path.join(self.topdir, 'images'), getsum, self.topdir + '/')
|
os.path.walk(os.path.join(self.topdir, 'images'), getsum, self.topdir + '/')
|
||||||
|
|
||||||
# Capture PPC images
|
# Capture PPC images
|
||||||
if self.config.get('pungi', 'arch') == 'ppc':
|
if self.config.get('pungi', 'arch') in ['ppc', 'ppc64']:
|
||||||
os.path.walk(os.path.join(self.topdir, 'ppc'), getsum, self.topdir + '/')
|
os.path.walk(os.path.join(self.topdir, 'ppc'), getsum, self.topdir + '/')
|
||||||
|
|
||||||
# Get a checksum of repomd.xml since it has within it sums for other files
|
# Get a checksum of repomd.xml since it has within it sums for other files
|
||||||
|
Loading…
Reference in New Issue
Block a user