get ppc images for ppc and ppc64 bz#888517

This commit is contained in:
Dennis Gilmore 2012-12-21 14:54:45 -06:00
parent b7c6c80949
commit 45bb97ba97
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ class Pungi(pypungi.PungiBase):
os.path.walk(os.path.join(self.topdir, 'images'), getsum, self.topdir + '/')
# 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 + '/')
# Get a checksum of repomd.xml since it has within it sums for other files