projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412f6cc
)
egencache: update ebuild_hash.mtime after utime
author
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Oct 2011 18:33:27 +0000
(11:33 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Oct 2011 18:33:27 +0000
(11:33 -0700)
bin/egencache
patch
|
blob
|
history
diff --git
a/bin/egencache
b/bin/egencache
index 477ba98f568a507a370c67f047d39a65107970c2..38e983361115f98ff0ce23300bcd246a01d8e0d3 100755
(executable)
--- a/
bin/egencache
+++ b/
bin/egencache
@@
-272,6
+272,7
@@
class GenCache(object):
"%s writing target: %s\n" % (cpv, e),
level=logging.ERROR, noiselevel=-1)
else:
+ ebuild_hash.mtime = max_mtime
metadata['_mtime_'] = max_mtime
trg_cache[cpv] = metadata
self._portdb.auxdb[repo_path][cpv] = metadata