diff options
| author | onefang | 2019-12-01 01:41:16 +1000 |
|---|---|---|
| committer | onefang | 2019-12-01 01:41:16 +1000 |
| commit | 0f6c928194683f3bb85cedb1e92ed3f0cd67c84a (patch) | |
| tree | d3440c35f6207c1315922e88e68117cf9477f7b7 /apt-panopticon-report-web.lua | |
| parent | We no longer use wget. (diff) | |
| download | apt-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 '')
| -rwxr-xr-x | apt-panopticon-report-web.lua | 2 |
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 |
