there is no point making isos on arm, lets log and move on.

This commit is contained in:
Dennis Gilmore 2012-12-21 09:23:14 -06:00
parent 6cbf093f8e
commit 8d54c4be1b
1 changed files with 3 additions and 0 deletions

View File

@ -1071,6 +1071,9 @@ class Pungi(pypungi.PungiBase):
def doCreateIsos(self):
"""Create iso of the tree."""
if self.config.get('pungi', 'arch').startswith('arm'):
self.logger.info("ARCH: arm, not doing doCreateIsos().")
return
isolist=[]
anaruntime = '/usr/share/anaconda/boot'