[yum-cvs] yum/yum yumRepo.py,1.38,1.39
Seth Vidal
skvidal at linux.duke.edu
Wed Feb 28 15:46:43 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv10393/yum
Modified Files:
yumRepo.py
Log Message:
with clean cache, make sure you bunzip the sqlite file :)
Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- yumRepo.py 27 Feb 2007 19:18:13 -0000 1.38
+++ yumRepo.py 28 Feb 2007 15:46:41 -0000 1.39
@@ -145,6 +145,8 @@
except URLGrabError:
os.unlink(db_un_fn)
misc.bunzipFile(db_fn, db_un_fn)
+ else:
+ misc.bunzipFile(db_fn, db_un_fn)
dobj = repo.cacheHandler.open_database(db_un_fn)
else:
More information about the Yum-cvs-commits
mailing list