[yum-cvs] yum/yum sqlitesack.py,1.88,1.89
Jeremy Katz
katzj at linux.duke.edu
Fri Mar 30 17:03:32 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv28108/yum
Modified Files:
sqlitesack.py
Log Message:
and re-fix handling of the filesystem package. the split of the filenames
gets confused with / being in filesystem which is what the uniq got added
for originally
Index: sqlitesack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/sqlitesack.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- sqlitesack.py 29 Mar 2007 21:57:36 -0000 1.88
+++ sqlitesack.py 30 Mar 2007 17:03:30 -0000 1.89
@@ -124,7 +124,7 @@
dirname = ob['dirname']
filetypes = decodefiletypelist(ob['filetypes'])
filenames = decodefilenamelist(ob['filenames'])
- while(filenames):
+ while(filetypes):
if dirname:
filename = dirname+'/'+filenames.pop()
else:
More information about the Yum-cvs-commits
mailing list