*** empty log message ***
authorSeth Vidal <skvidal@linux.duke.edu>
Sat, 10 Jan 2004 08:34:19 +0000 (08:34 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Sat, 10 Jan 2004 08:34:19 +0000 (08:34 +0000)
dumpMetadata.py

index 3200a2fba46bf81a09040ff11aa4b7adb2b3fd39..08f526e69695c7f21430d1a02aaced147c296fd2 100644 (file)
@@ -580,7 +580,7 @@ def otherXML(doc, node, rpmObj):
         clog.newProp('author', utf8String(name))
         clog.newProp('date', str(time))
 
-def repoXML(doc, node, cmds):
+def repoXML(node, cmds):
     """generate the repomd.xml file that stores the info on the other files"""
     sumtype = cmds['sumtype']
     workfiles = [(cmds['otherfile'], 'other',),