From 03b0b5288022bd24a13f431de21d321a7483001c Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 5 Nov 2019 00:09:10 +1000 Subject: Add the round robin stuff to the mirrors.lua, and jiggle the code that loops through mirrors. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') 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 them to this table. Write this table to results/mirrors.lua so that the forked tests can read it. -Remove the mirror site from the mirrors table, then checkHost() it -first. +checkHost() the referenece site first. -checkHost() deb.devuan.org, the DNS RR. - -Loop through the mirrors table, and checkHost() each one. +Loop through the mirrors table, and checkHost() each one, skipping the +reference site. Wait for all forked tests to finish. -- cgit v1.1