aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-11-05 00:07:43 +1000
committeronefang2019-11-05 00:07:43 +1000
commit4a1763099ece00cf0d462a3caca4421cf0a14bc4 (patch)
tree6bff6cbf3b0a71bbe4ccfd25d968774211880b84 /README.md
parentOops, missed a line in the --roundRobin commit. (diff)
downloadapt-panopticon-4a1763099ece00cf0d462a3caca4421cf0a14bc4.zip
apt-panopticon-4a1763099ece00cf0d462a3caca4421cf0a14bc4.tar.gz
apt-panopticon-4a1763099ece00cf0d462a3caca4421cf0a14bc4.tar.bz2
apt-panopticon-4a1763099ece00cf0d462a3caca4421cf0a14bc4.tar.xz
Gather the IPs and stuff them into mirrors.lua before forking.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77c642d..8839e63 100644
--- a/README.md
+++ b/README.md
@@ -191,8 +191,9 @@ Open results/mirror-checker-lua.log for message logging.
191 191
192Download mirror_list.txt from the reference site. Build a table of 192Download mirror_list.txt from the reference site. Build a table of
193Active mirrors keyed by the FDQN, include the listed Protocols as a sub 193Active mirrors keyed by the FDQN, include the listed Protocols as a sub
194table. Write this table to results/mirrors.lua so that the forked tests 194table. Add the round robin domain name. Resolve all the IPs and add
195can read it. 195them to this table. Write this table to results/mirrors.lua so that the
196forked tests can read it.
196 197
197Remove the mirror site from the mirrors table, then checkHost() it 198Remove the mirror site from the mirrors table, then checkHost() it
198first. 199first.