From fa9d5ccd4eec1dbf5ebe2fd564c7c9ddf64414a0 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 24 Nov 2019 07:22:00 +1000 Subject: Move the test names to the table header. --- apt-panopticon-report-web.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'apt-panopticon-report-web.lua') diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 7ebf2d3..42a08ee 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -256,7 +256,8 @@ if nil == file then C("opening mirrors file - " .. e) else "

Due to the nature of the tests, some errors or warnings will be counted several times.   " .. "Refer to the logs below for details.

\n\n" .. "

Please see below the current status of the Devuan Package Mirror network:

\n" .. - "

==== mirror status: ====

\n\n" + "

==== mirror status: ====

\n
\n" .. + "\n" ) for k, v in orderedPairs(mirrors) do local results = loadfile("results/" .. k .. ".lua")() @@ -308,12 +309,12 @@ if nil == file then C("opening mirrors file - " .. e) else end end end - if "" == dns then dns = "DNS-RR: [no]" else dns = "DNS-RR:" .. dns end + if "" == dns then dns = "[no]" end end - file:write("\n") + file:write("\n") end file:write( "
httphttpsDNS-RRProtocolURL-SanityIntegrityUpdated
http: " .. http .. " https: " .. https .. " " .. dns .. - " Protocol: " .. protocol .. " URL-sanity: " .. sanity .. - " Integrity: " .. integrity .. " Updated: " .. updated .. "
" .. http .. " " .. https .. " " .. dns .. + " " .. protocol .. " " .. sanity .. + " " .. integrity .. " " .. updated .. "
\n
\n

==== faulty mirrors: ====

\n" .. faulty) file:write( "
\n
\n

==== DNS and logs: ====

\n") -- cgit v1.1