diff options
author | onefang | 2019-06-25 15:32:08 +1000 |
---|---|---|
committer | onefang | 2019-06-25 15:32:08 +1000 |
commit | ef430e54ce2fdae84273499526f408ca9c4c6ee4 (patch) | |
tree | a18149a225c0e7082ba11a0f28a2d4cf71ebfb7f | |
parent | The list should be .. a list. B-) (diff) | |
download | apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.zip apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.gz apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.bz2 apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.xz |
Some clean ups.
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,8 +21,8 @@ The issue tracker is at [https://sledjhamr.org/mantisbt/project_page.php?project | |||
21 | Installation. | 21 | Installation. |
22 | ------------- | 22 | ------------- |
23 | 23 | ||
24 | Download the source. You may want to put the actual mirror-checker.lua | 24 | Download the source. You may want to put the mirror-checker.lua script |
25 | in someplace liku /usr/local/bin and make sure it is executable. | 25 | in someplace like `/usr/local/bin` and make sure it is executable. |
26 | 26 | ||
27 | It should run on any recent Linux, you'll need to have the following | 27 | It should run on any recent Linux, you'll need to have the following |
28 | installed - | 28 | installed - |
@@ -60,7 +60,7 @@ Which will print any errors. If you don't want to see errors - | |||
60 | 60 | ||
61 | $ ./mirror-checker.lua -q | 61 | $ ./mirror-checker.lua -q |
62 | 62 | ||
63 | If you want to see warnings to (as usual, the more -v options, the more | 63 | If you want to see warnings as well (as usual, the more -v options, the more |
64 | details) - | 64 | details) - |
65 | 65 | ||
66 | $ ./mirror-checker.lua -v | 66 | $ ./mirror-checker.lua -v |
@@ -75,7 +75,7 @@ To run the tests on a specific mirror, for example pkgmaster.devuan.org - | |||
75 | 75 | ||
76 | $ ./mirror-checker.lua pkgmaster.devuan.org | 76 | $ ./mirror-checker.lua pkgmaster.devuan.org |
77 | 77 | ||
78 | You can use the --tests option to tune which tests are run, for example | 78 | You can use the `--tests` option to tune which tests are run, for example |
79 | to stop IPv6 tests, coz you don't have IPv6 - | 79 | to stop IPv6 tests, coz you don't have IPv6 - |
80 | 80 | ||
81 | $ ./mirror-checker.lua --tests=-IPv6 | 81 | $ ./mirror-checker.lua --tests=-IPv6 |
@@ -84,7 +84,7 @@ To do the same, but not run the HTTPS tests either - | |||
84 | 84 | ||
85 | $ ./mirror-checker.lua --tests=-IPv6,-https | 85 | $ ./mirror-checker.lua --tests=-IPv6,-https |
86 | 86 | ||
87 | To only run the http integrity tests, only on IPv6 - | 87 | To only run the HTTP integrity tests, only on IPv6 - |
88 | 88 | ||
89 | $ ./mirror-checker.lua --tests=http,Integrity,IPv6 | 89 | $ ./mirror-checker.lua --tests=http,Integrity,IPv6 |
90 | 90 | ||