Produce a warning message if the timestamp of the portage tree is more than
authorZac Medico <zmedico@gentoo.org>
Mon, 8 Mar 2010 07:43:00 +0000 (07:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 8 Mar 2010 07:43:00 +0000 (07:43 -0000)
commitc3ba2ecd4edc2627969a120ebf92a25a85f87995
tree61c83a488d7597d145ea4aba3fc8c008dd8ac8f2
parent0f666446f855aae626307dcdf34a3a3b2bda6c98
Produce a warning message if the timestamp of the portage tree is more than
30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable.
Thanks to Ned Ludd <solar@g.o> for the most of this code.

svn path=/main/trunk/; revision=15756
cnf/make.globals
man/make.conf.5
pym/_emerge/actions.py
pym/_emerge/sync/__init__.py [new file with mode: 0644]
pym/_emerge/sync/old_tree_timestamp.py [new file with mode: 0644]