[yum-cvs] yum/yum __init__.py,1.92,1.93

Seth Vidal skvidal at login.linux.duke.edu
Sun Mar 6 17:39:45 UTC 2005


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

Modified Files:
	__init__.py 
Log Message:

some shell updates and made it possible to reset the state of the rpmdb and transaction
set that yum has available.


Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- __init__.py	4 Mar 2005 18:29:35 -0000	1.92
+++ __init__.py	6 Mar 2005 17:39:43 -0000	1.93
@@ -154,7 +154,7 @@
         """closes down the instances of the rpmdb we have wangling around"""
         if hasattr(self, 'rpmdb'):
             del self.rpmdb
-            
+            self.localdbimported = 0
         if hasattr(self, 'ts'):
             del self.ts.ts
             del self.ts




More information about the Yum-cvs-commits mailing list