[yum-cvs] yum/docs yum.conf.5,1.35,1.36
Seth Vidal
skvidal at login.linux.duke.edu
Sun Nov 6 21:47:19 UTC 2005
Update of /home/groups/yum/cvs/yum/docs
In directory login:/tmp/cvs-serv7113/docs
Modified Files:
yum.conf.5
Log Message:
implement checking for a repomd.xml cookie to allow us to fetch it less
often
Index: yum.conf.5
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.conf.5,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- yum.conf.5 23 Oct 2005 04:47:28 -0000 1.35
+++ yum.conf.5 6 Nov 2005 21:47:17 -0000 1.36
@@ -211,6 +211,11 @@
A list of directories where yum should look for plugin modules. Default is
`/usr/lib/yum-plugins'.
+.IP \fBmetadata_expire \fR
+Time (in seconds) after which the metadata will expire. So that if the
+current metadata downloaded is less than this many seconds old then yum will
+not update the metadata against the repository
+
.SH "[repository] OPTIONS"
.LP
The repository section(s) take the following form:
@@ -318,6 +323,10 @@
Overrides the \fBbandwidth\fR option from the [main] section for this
repository.
+.IP \fBmetadata_expire \fR
+Overrides the \fBmetadata_expire\fR option from the [main] section for this
+repository.
+
.IP \fBproxy \fR
url to the proxy server for this repository. Set to '_none_' to disable the
global proxy setting for this repository. If this is unset it
More information about the Yum-cvs-commits
mailing list