From 5d33519dbfe8ca46251d08c33fbcec5fb6ff8833 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 14 Apr 2008 21:33:45 -0500 Subject: [PATCH] Disable the comps cleanup until it works again. --- src/pypungi/gather.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) mode change 100755 => 100644 src/pypungi/gather.py diff --git a/src/pypungi/gather.py b/src/pypungi/gather.py old mode 100755 new mode 100644 index bfd6f2a1..8a93ffe8 --- a/src/pypungi/gather.py +++ b/src/pypungi/gather.py @@ -383,14 +383,15 @@ class Gather(pypungi.PungiBase): ourcomps.close() + # Disable this until https://bugzilla.redhat.com/show_bug.cgi?id=442097 is fixed. # Run the xslt filter over our comps file - compsfilter = ['/usr/bin/xsltproc', '--novalid'] - compsfilter.append('-o') - compsfilter.append(ourcompspath) - compsfilter.append('/usr/share/pungi/comps-cleanup.xsl') - compsfilter.append(ourcompspath) + #compsfilter = ['/usr/bin/xsltproc', '--novalid'] + #compsfilter.append('-o') + #compsfilter.append(ourcompspath) + #compsfilter.append('/usr/share/pungi/comps-cleanup.xsl') + #compsfilter.append(ourcompspath) - pypungi._doRunCommand(compsfilter, self.logger) + #pypungi._doRunCommand(compsfilter, self.logger) def downloadSRPMs(self): """Cycle through the list of srpms and