aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-02 22:22:16 +1000
committeronefang2019-12-02 22:22:16 +1000
commit36a706c4ae8e46f88c1f7193b2686df8509a080a (patch)
tree1c47f596ebb68d70ad1ace6b3f2821afbd04976b /apt-panopticon-report-email-web.lua
parentMake it match test_rewrite.sh more. (diff)
downloadapt-panopticon-36a706c4ae8e46f88c1f7193b2686df8509a080a.zip
apt-panopticon-36a706c4ae8e46f88c1f7193b2686df8509a080a.tar.gz
apt-panopticon-36a706c4ae8e46f88c1f7193b2686df8509a080a.tar.bz2
apt-panopticon-36a706c4ae8e46f88c1f7193b2686df8509a080a.tar.xz
Implement URLSanity test.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 60027d0..fc1f345 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -326,7 +326,7 @@ if nil == email then C("opening mirrors file - " .. e) else
326 local rsync = "[skip]" 326 local rsync = "[skip]"
327 local dns = "" 327 local dns = ""
328 local protocol = status(k, results, "Protocol") 328 local protocol = status(k, results, "Protocol")
329 local sanity = "[skip]" 329 local sanity = status(k, results, "URLSanity")
330 local integrity = status(k, results, "Integrity") 330 local integrity = status(k, results, "Integrity")
331 local updated = status(k, results, "Updated") 331 local updated = status(k, results, "Updated")
332 332
@@ -434,7 +434,7 @@ if nil == web then C("opening mirrors file - " .. e) else
434 local rsync = "[<font color='grey'><b>skip</b></font>]" 434 local rsync = "[<font color='grey'><b>skip</b></font>]"
435 local dns = "" 435 local dns = ""
436 local protocol = status(k, results, "Protocol") 436 local protocol = status(k, results, "Protocol")
437 local sanity = "[<font color='grey'><b>skip</b></font>]" 437 local sanity = status(k, results, "URLSanity")
438 local integrity = status(k, results, "Integrity") 438 local integrity = status(k, results, "Integrity")
439 local updated = status(k, results, "Updated") 439 local updated = status(k, results, "Updated")
440 local rate = v.Rate 440 local rate = v.Rate