diff options
author | onefang | 2019-12-26 13:26:28 +1000 |
---|---|---|
committer | onefang | 2019-12-26 13:26:28 +1000 |
commit | 6f3ee7eda08ef5a30cb202cf3222dab85401e837 (patch) | |
tree | cad671ec70bb713b2193b4c3f55b7c347298bf9a | |
parent | Add g.d.o links, coz golinux got grumpy. (diff) | |
download | apt-panopticon-6f3ee7eda08ef5a30cb202cf3222dab85401e837.zip apt-panopticon-6f3ee7eda08ef5a30cb202cf3222dab85401e837.tar.gz apt-panopticon-6f3ee7eda08ef5a30cb202cf3222dab85401e837.tar.bz2 apt-panopticon-6f3ee7eda08ef5a30cb202cf3222dab85401e837.tar.xz |
More text about not fully probing Debian mirrors.
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 84bcd83..62cb8a5 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
@@ -482,7 +482,7 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
482 | faulty = "" | 482 | faulty = "" |
483 | web:write( "<hr>\n<h2>==== Debian mirror status ====</h2>\n" .. | 483 | web:write( "<hr>\n<h2>==== Debian mirror status ====</h2>\n" .. |
484 | "<p>NOTE - This is not fully probing the Debian mirrors, we just collect some data from any redirects to other servers. " .. | 484 | "<p>NOTE - This is not fully probing the Debian mirrors, we just collect some data from any redirects to other servers. " .. |
485 | "So this isn't a full set of tests.</p>\n" .. | 485 | "So this isn't a full set of tests.   Basically we don't know the shape of the Debian mirror infrastructure.</p>\n" .. |
486 | "<p><font style='background-color:red; color:black'>EXPERIMENTAL CODE - this is even more experimental than the rest.</font></p>\n" .. | 486 | "<p><font style='background-color:red; color:black'>EXPERIMENTAL CODE - this is even more experimental than the rest.</font></p>\n" .. |
487 | "<table>\n<tr><th></th><th>FTP</th><th>HTTP</th><th>HTTPS</th><th>RSYNC</th><th>DNS round robin</th>" .. | 487 | "<table>\n<tr><th></th><th>FTP</th><th>HTTP</th><th>HTTPS</th><th>RSYNC</th><th>DNS round robin</th>" .. |
488 | "<th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th><th colspan='2'>Speed range</th></tr>\n") | 488 | "<th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th><th colspan='2'>Speed range</th></tr>\n") |