[yum-cvs] yum/docs yum.conf.5,1.47,1.48

Seth Vidal skvidal at linux.duke.edu
Mon Jul 2 19:40:27 UTC 2007


Update of /home/groups/yum/cvs/yum/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv2021/docs

Modified Files:
	yum.conf.5 
Log Message:

download and save mirrorlists locally when using them
expire mirrorlist data based on mirrorlist_expire config variable in [main]
and each repo config
deprecate metadataCurrent() and getMirrorList from yumRepo.py


Index: yum.conf.5
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.conf.5,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- yum.conf.5	25 Jun 2007 18:46:52 -0000	1.47
+++ yum.conf.5	2 Jul 2007 19:40:25 -0000	1.48
@@ -241,6 +241,13 @@
 yum is not downloading information on updates as often as you would like
 lower the value of this option.
 
+.IP \fBmirrorlist_expire \fR
+Time (in seconds) after which the mirrorlist locally cached will expire. 
+If the current mirrorlist is less than this many seconds old then yum
+will not download another copy of the mirrorlist
+If you find that yum is not downloading the mirrorlists as 
+often as you would like lower the value of this option.
+
 .SH "[repository] OPTIONS"
 .LP 
 The repository section(s) take the following form:
@@ -356,6 +363,10 @@
 Overrides the \fBmetadata_expire\fR option from the [main] section for this
 repository.
 
+.IP \fBmirrorlist_expire \fR
+Overrides the \fBmirrorlist_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