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-email.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apt-panopticon-report-email.lua') diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 024c32b..136ac56 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua @@ -173,6 +173,8 @@ if nil == file then C("opening mirrors file - " .. e) else 'Please contact "mirrors@devuan.org" if any of the information \nin the file above needs to be amended. \n\n' .. "The full results of the mirror checking is available at the URL:\n\n" .. " https://sledjhamr.org/apt-panopticon/results/Report-web.html\n\n" .. + "Due to the nature of the tests, some errors or warnings will be \ncounted several times. " .. + "Refer to the logs on the web page for details.\n\n" .. "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" .. "---- BEGIN MIRROR-STATUS ----\n") for k, v in orderedPairs(mirrors) do -- cgit v1.1