16 Jun 2009 21:34
createrepo/__init__.py
<skvidal <at> osuosl.org>
2009-06-16 19:34:38 GMT
2009-06-16 19:34:38 GMT
createrepo/__init__.py | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
New commits:
commit 3f793c0cf10c6352e5449976123afadd4c11c4bb
Author: Seth Vidal <skvidal <at> fedoraproject.org>
Date: Tue Jun 16 15:24:03 2009 -0400
- prestodelta.xml file generation is now roughly 60X faster than it was before
- python unicode string concatenation sucks, a lot.
- add a delta xml generation profile output
- get rid of some incorrect output about db files and delta metadata
- get rid of some old not-useful comments in the code
diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index 36bb350..92f6fe4 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
<at> <at> -256,7 +256,6 <at> <at> class MetaDataGenerator:
name = os.path.join(top, name)
if os.path.isdir(name):
self._os_path_walk(name, func, arg)
- # module
def getFileList(self, directory, ext):
"""Return all files in path matching ext, store them in filelist,
recurse dirs. Returns a list object"""
<at> <at> -364,7 +363,6 <at> <at> class MetaDataGenerator:
self.writeMetadataDocs(packages)
self.closeMetadataDocs()
(Continue reading)
RSS Feed