aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-26 13:26:28 +1000
committeronefang2019-12-26 13:26:28 +1000
commit6f3ee7eda08ef5a30cb202cf3222dab85401e837 (patch)
treecad671ec70bb713b2193b4c3f55b7c347298bf9a /apt-panopticon-report-email-web.lua
parentAdd g.d.o links, coz golinux got grumpy. (diff)
downloadapt-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.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua2
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. &nbsp; " .. 484 "<p>NOTE - This is not fully probing the Debian mirrors, we just collect some data from any redirects to other servers. &nbsp; " ..
485 "So this isn't a full set of tests.</p>\n" .. 485 "So this isn't a full set of tests. &nbsp 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")