summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-08 07:43:00 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-08 07:43:00 +0000
commitc3ba2ecd4edc2627969a120ebf92a25a85f87995 (patch)
tree61c83a488d7597d145ea4aba3fc8c008dd8ac8f2 /man
parent0f666446f855aae626307dcdf34a3a3b2bda6c98 (diff)
downloadportage-c3ba2ecd4edc2627969a120ebf92a25a85f87995.tar.gz
portage-c3ba2ecd4edc2627969a120ebf92a25a85f87995.tar.bz2
portage-c3ba2ecd4edc2627969a120ebf92a25a85f87995.zip
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
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 18d769f32..71a308139 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