Disable the comps cleanup until it works again.

This commit is contained in:
Jesse Keating 2008-04-14 21:33:45 -05:00
parent 2ddaea50a9
commit 5d33519dbf

13
src/pypungi/gather.py Executable file → Normal file
View File

@ -383,14 +383,15 @@ class Gather(pypungi.PungiBase):
ourcomps.close() ourcomps.close()
# Disable this until https://bugzilla.redhat.com/show_bug.cgi?id=442097 is fixed.
# Run the xslt filter over our comps file # Run the xslt filter over our comps file
compsfilter = ['/usr/bin/xsltproc', '--novalid'] #compsfilter = ['/usr/bin/xsltproc', '--novalid']
compsfilter.append('-o') #compsfilter.append('-o')
compsfilter.append(ourcompspath) #compsfilter.append(ourcompspath)
compsfilter.append('/usr/share/pungi/comps-cleanup.xsl') #compsfilter.append('/usr/share/pungi/comps-cleanup.xsl')
compsfilter.append(ourcompspath) #compsfilter.append(ourcompspath)
pypungi._doRunCommand(compsfilter, self.logger) #pypungi._doRunCommand(compsfilter, self.logger)
def downloadSRPMs(self): def downloadSRPMs(self):
"""Cycle through the list of srpms and """Cycle through the list of srpms and