Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:master commit in: /
Date: Mon, 05 May 2014 02:04:35
Message-Id: 1399255286.cdd00e0e5d2b305f1d7e94dab0414a3e8a715487.dol-sen@gentoo
1 commit: cdd00e0e5d2b305f1d7e94dab0414a3e8a715487
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 5 02:01:26 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Mon May 5 02:01:26 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=cdd00e0e
7
8 Update man page with new options
9
10 ---
11 mirrorselect.8 | 46 ++++++++++++++++++++++++++++++++++++++--------
12 1 file changed, 38 insertions(+), 8 deletions(-)
13
14 diff --git a/mirrorselect.8 b/mirrorselect.8
15 index 73a84fc..6d4bf16 100644
16 --- a/mirrorselect.8
17 +++ b/mirrorselect.8
18 @@ -17,11 +17,11 @@ Print a usage summary and exit.
19 Show program's version number and exit.
20 .SS "Main modes"
21 .TP
22 -.B \-4, \-\-ipv4
23 -only use IPv4.
24 -.TP
25 -.B \-6, \-\-ipv6
26 -only use IPv6.
27 +.B \-a, \-\-all
28 +This will present a list of all filtered search results
29 +to make it possible to select mirrors you wish to use.
30 +For the -r, --rsync option, it will select the rotation server
31 +only. As multiple rsync URL's are not supported.
32 .TP
33 .B \-D, \-\-deep
34 Deep mode. This is used to give a more accurate speed test. It will download
35 @@ -33,6 +33,11 @@ Interactive Mode, this will present a list to make it possible to select mirrors
36 you wish to use.
37 .SS "Server type selection (choose at most one)"
38 .TP
39 +.BI \-c " COUNTRY " "\fR,\fP \-\-country " COUNTRY "
40 +Only use mirrors from the specified country.
41 +NOTE: Names with a space must be quoted
42 + eg.: -c 'South Korea'
43 +.TP
44 .B \-F, \-\-ftp
45 ftp only mode. Will not consider hosts of other types.
46 .TP
47 @@ -42,20 +47,45 @@ http only mode. Will not consider hosts of other types.
48 .B \-r, \-\-rsync
49 rsync mode. Allows you to interactively select your rsync mirror.
50 Requires -i to be used.
51 +.TP
52 +.BI \-R " REGION " "\fR,\fP \-\-region " REGION "
53 +Only use mirrors from the specified region.
54 +NOTE: Names with a space must be quoted.
55 + eg.: -R 'North America'
56 +.TP
57 +.B \-4, \-\-ipv4
58 +only use IPv4.
59 +.TP
60 +.B \-6, \-\-ipv6
61 +only use IPv6.
62 .SS "Other options"
63 .TP
64 -.BI \-b " BLOCKSIZE " "\fR,\fP \-blocksize" " BLOCKSIZE "
65 +.BI \-b " BLOCKSIZE " "\fR,\fP \-\-blocksize" " BLOCKSIZE "
66 This is to be used in automatic mode and will split the hosts into blocks of
67 BLOCKSIZE for use with netselect. This is required for certain routers which
68 block 40+ requests at any given time.
69 Recommended parameters to pass are: -s 3 -b 10
70 .TP
71 -.B \-d, \-\-debug
72 +.BI \-d " VERBOSITY " "\fR,\fP \-\-debug " VERBOSITY "
73 Debug mode.
74 .TP
75 +.BI \-f " FILE " "\fR,\fP \-\-file "FILE "
76 +An alternate file to download for deep testing. Please
77 +choose the file carefully as to not abuse the system
78 +by selecting an overly large size file. You must also
79 +use the -m, --md5 option.
80 +.TP
81 +.BI \-m " MD5 " "\fR,\fP \-\-md5 " MD5 "
82 +An alternate file md5sum value used to compare the
83 +downloaded file against for deep testing.
84 +.TP
85 .B \-o, \-\-output
86 Output Only Mode, this is especially useful when being used during installation,
87 -to redirect output to a file other than /etc/portage/make.conf
88 +to redirect output to a file other than /etc/portage/make.conf.
89 +.TP
90 +.BI \-P " PROXY " "\fR,\fP \-\-proxy " PROXY "
91 +Proxy server to use if not the default proxy in the
92 +environment.
93 .TP
94 .B \-q, \-\-quiet
95 Quiet mode.