From 45bb97ba9720d66f23f9f6c02b7e78c442d79df3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 21 Dec 2012 14:54:45 -0600 Subject: [PATCH] get ppc images for ppc and ppc64 bz#888517 --- src/pypungi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index 848ae1cd..ffacbf17 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -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