From 30babfcea130c9566bded999cc22555bc22b0d7f Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 14 Nov 2019 12:20:09 +1000 Subject: Add a warning about large error / warning counts. --- apt-panopticon-report-web.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apt-panopticon-report-web.lua') diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index b8b56d4..8f06071 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -225,8 +225,10 @@ if nil == file then C("opening mirrors file - " .. e) else "

Welcome to the apt-opticon results page.

\n" .. "

Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "

\n" .. "

The full list of Devuan package mirrors is available at the URL: " .. - "https://pkgmaster.devuan.org/mirror_list.txt
\n" .. - "Please see below the current status of the Devuan Package Mirror network:

\n" .. + "https://pkgmaster.devuan.org/mirror_list.txt

\n" .. + "

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" ) for k, v in orderedPairs(mirrors) do -- cgit v1.1