File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1032,8 +1032,10 @@ A human readable string describing the repository.
1032
1032
.IP
1033
1033
\fB baseurl \fR
1034
1034
Must be a URL to the directory where the yum repository's `repodata' directory
1035
- lives. Can be an http://, ftp:// or file:// URL. You can specify multiple URLs
1036
- in one baseurl statement. The best way to do this is like this:
1035
+ lives. Can be an http://, ftp:// or file:// URL.
1036
+
1037
+ You can specify multiple URLs in one baseurl statement. The best way to do this
1038
+ is like this:
1037
1039
.br
1038
1040
[repositoryid]
1039
1041
.br
@@ -1046,6 +1048,12 @@ baseurl=url://server1/path/to/repository/
1046
1048
url://server3/path/to/repository/
1047
1049
.br
1048
1050
1051
+ The URLs listed are considered different locations (mirrors) of the same
1052
+ repository.
1053
+ That means, if one URL fails, another one is tried, and so on.
1054
+ The order in which the URLs are tried is determined by the \fB failovermethod \fR
1055
+ option.
1056
+
1049
1057
If you list more than one baseurl= statement in a repository you will find
1050
1058
yum will ignore the earlier ones and probably act bizarrely. Don't do this,
1051
1059
you've been warned.
You can’t perform that action at this time.
0 commit comments