From c3ba2ecd4edc2627969a120ebf92a25a85f87995 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 8 Mar 2010 07:43:00 +0000 Subject: 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 for the most of this code. svn path=/main/trunk/; revision=15756 --- man/make.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man') diff --git a/man/make.conf.5 b/man/make.conf.5 index 18d769f3..71a30813 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -643,6 +643,12 @@ giving up. .br Defaults to 3. .TP +\fBPORTAGE_SYNC_STALE\fR = \fI[NUMBER]\fR +Defines the number of days after the last `emerge \-\-sync` that a warning +message should be produced. +.br +Defaults to 30. +.TP \fBPORTAGE_TMPDIR\fR = \fI[path]\fR Defines the location of the temporary build directories. .br -- cgit v1.2.3-65-gdbad