Add support for synchronizing ebuild and eclass timestamps with the metadata
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:28:34 +0000 (01:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:28:34 +0000 (01:28 -0000)
commit077a0152355dce830cc9d2c04fd2533f6550460a
treef0653d7e04fd7a779d24b6fb22449e320c1586be
parent020488b3a479130a046f982271e38c1383662376
Add support for synchronizing ebuild and eclass timestamps with the metadata
cache timestamps which emerge --sync operates on a git repository. This is
necessary since git doesn't preserve timestamps. It is assumed that the
timestamps should be synchronized if the relevant ebuilds and eclasses are
unmodified relative to the HEAD commit (as reported by git-ls-files). This
feature was requested by Daniel Robbins, so that it's possible for the funtoo
git repository to distribute pre-generated metadata. (trunk r12303)

svn path=/main/branches/2.1.6/; revision=12326
pym/_emerge/__init__.py