[yum-cvs] yum yummain.py,1.93,1.94

Seth Vidal skvidal at login.linux.duke.edu
Fri Mar 4 18:29:37 UTC 2005


Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv23326

Modified Files:
	yummain.py 
Log Message:

- made excludeArches in repomd pkgsack and sqlite pkgsack.
- makes more sense to be in that class
- sql select is a bit faster than iterating all the packages and comparing


Index: yummain.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yummain.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- yummain.py	24 Feb 2005 08:25:35 -0000	1.93
+++ yummain.py	4 Mar 2005 18:29:35 -0000	1.94
@@ -172,7 +172,10 @@
     
     
 if __name__ == "__main__":
-    
+    #import hotshot
+    #p = hotshot.Profile(os.path.expanduser("~/yum.prof"))
+    #p.run('main(sys.argv[1:])')
+    #p.close()    
     try:
         main(sys.argv[1:])
     except KeyboardInterrupt, e:




More information about the Yum-cvs-commits mailing list