[Rpm-metadata] createrepo/__init__.py

Seth Vidal skvidal at linux.duke.edu
Thu Jan 17 20:46:55 UTC 2008


 createrepo/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b94a2a4959e2b546e0d540577dac4bbc0284195
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Jan 17 15:43:28 2008 -0500

    comment out a debug print

diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index 74f7676..7d1e5e1 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -387,7 +387,7 @@ class MetaDataGenerator:
             # if so write this one out that way
             if self.conf.update:
                 #see if we can pull the nodes from the old repo
-                print self.oldData.basenodes.keys()
+                #print self.oldData.basenodes.keys()
                 nodes = self.oldData.getNodes(pkg)
                 if nodes is not None:
                     recycled = True



More information about the Rpm-metadata mailing list