[yum-cvs] yum/yum yumRepo.py,1.40,1.41
Seth Vidal
skvidal at linux.duke.edu
Wed Feb 28 19:03:19 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv10995/yum
Modified Files:
yumRepo.py
Log Message:
grudgingly check the just-unzipped sqlite file.
Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- yumRepo.py 28 Feb 2007 16:22:57 -0000 1.40
+++ yumRepo.py 28 Feb 2007 19:03:17 -0000 1.41
@@ -146,6 +146,7 @@
if not repo.cache:
misc.bunzipFile(db_fn, db_un_fn)
os.unlink(db_fn)
+ db_un_fn = self._check_uncompressed_db(repo, mydbtype)
dobj = repo.cacheHandler.open_database(db_un_fn)
More information about the Yum-cvs-commits
mailing list