aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-01 01:41:16 +1000
committeronefang2019-12-01 01:41:16 +1000
commit0f6c928194683f3bb85cedb1e92ed3f0cd67c84a (patch)
treed3440c35f6207c1315922e88e68117cf9477f7b7 /apt-panopticon-report-web.lua
parentWe no longer use wget. (diff)
downloadapt-panopticon-0f6c928194683f3bb85cedb1e92ed3f0cd67c84a.zip
apt-panopticon-0f6c928194683f3bb85cedb1e92ed3f0cd67c84a.tar.gz
apt-panopticon-0f6c928194683f3bb85cedb1e92ed3f0cd67c84a.tar.bz2
apt-panopticon-0f6c928194683f3bb85cedb1e92ed3f0cd67c84a.tar.xz
Much work on the Updated tests.
Plus keep a history of results.
Diffstat (limited to 'apt-panopticon-report-web.lua')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua
index 9a90860..753a23c 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -278,7 +278,7 @@ if nil == file then C("opening mirrors file - " .. e) else
278 local protocol = status(k, results, "Protocol") 278 local protocol = status(k, results, "Protocol")
279 local sanity = "[<font color='gray'><b>skip</b></font>]" 279 local sanity = "[<font color='gray'><b>skip</b></font>]"
280 local integrity = status(k, results, "Integrity") 280 local integrity = status(k, results, "Integrity")
281 local updated = "[<font color='gray'><b>skip</b></font>]" 281 local updated = status(k, results, "Updated")
282 282
283 -- DNS-RR test. 283 -- DNS-RR test.
284 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then 284 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then