projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da89627
)
In portage.commit_mtimedb(), use the commit() method when possible, so that the mtime...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 16 Sep 2006 07:33:09 +0000
(07:33 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 16 Sep 2006 07:33:09 +0000
(07:33 -0000)
svn path=/main/trunk/; revision=4464
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index d07363371d412fffd1457fb470c17e0d94f744b9..775fc43856949b26e596bf652830ec5243a833a7 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6573,7
+6573,8
@@
def commit_mtimedb(mydict=None, filename=None):
global mtimedb
if "mtimedb" not in globals() or mtimedb is None:
return
- mydict = mtimedb
+ mtimedb.commit()
+ return
if filename is None:
global mtimedbfile
filename = mtimedbfile