aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-11-05 00:09:10 +1000
committeronefang2019-11-05 00:09:10 +1000
commit03b0b5288022bd24a13f431de21d321a7483001c (patch)
tree22464f79915a56ae8cae696d44f5b332712acfd7 /README.md
parentGather the IPs and stuff them into mirrors.lua before forking. (diff)
downloadapt-panopticon-03b0b5288022bd24a13f431de21d321a7483001c.zip
apt-panopticon-03b0b5288022bd24a13f431de21d321a7483001c.tar.gz
apt-panopticon-03b0b5288022bd24a13f431de21d321a7483001c.tar.bz2
apt-panopticon-03b0b5288022bd24a13f431de21d321a7483001c.tar.xz
Add the round robin stuff to the mirrors.lua, and jiggle the code that loops through mirrors.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8839e63..5ac7f9b 100644
--- a/README.md
+++ b/README.md
@@ -195,12 +195,10 @@ table. Add the round robin domain name. Resolve all the IPs and add
195them to this table. Write this table to results/mirrors.lua so that the 195them to this table. Write this table to results/mirrors.lua so that the
196forked tests can read it. 196forked tests can read it.
197 197
198Remove the mirror site from the mirrors table, then checkHost() it 198checkHost() the referenece site first.
199first.
200 199
201checkHost() deb.devuan.org, the DNS RR. 200Loop through the mirrors table, and checkHost() each one, skipping the
202 201reference site.
203Loop through the mirrors table, and checkHost() each one.
204 202
205Wait for all forked tests to finish. 203Wait for all forked tests to finish.
206 204