Produce a warning message if the timestamp of the portage tree is more than
authorZac Medico <zmedico@gentoo.org>
Mon, 8 Mar 2010 08:47:02 +0000 (08:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 8 Mar 2010 08:47:02 +0000 (08:47 -0000)
commitd581512aa339afd1a4dc5ed0409b91ed40a8b817
treef54d5a1dced5764df5784e7290a3b4f2b171bdc0
parent88404eb046def2b96bbc9f3a25f2c982d4da384f
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. (trunk r15756)

svn path=/main/branches/2.1.7/; revision=15761
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]