misc bugfixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@612 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-05 08:45:44 +00:00
parent 19f9c9d1a1
commit 3b89aaa448
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ TODO list:
- add external triggerable hooks support
- include more triggers
- output tools differential print
- use packages.db.bz2 instead of packages.db.gz?
Project Status:
- reagent: complete. Stabilization mode.
+1 -1
View File
@@ -638,7 +638,7 @@ class etpDatabase:
# caching dictionaries
if self.xcache:
if (self.xcache) and (dbname != 'etpdb'):
''' database query cache '''
broken1 = False
dbinfo = dbCacheStore.get(etpCache['dbInfo']+self.dbname)