aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
authoronefang2019-11-14 12:20:09 +1000
committeronefang2019-11-14 12:20:09 +1000
commit30babfcea130c9566bded999cc22555bc22b0d7f (patch)
treefc37bf8b0052b2870a7d6d65967398c0bd5238a4 /apt-panopticon-report-web.lua
parentClean up. (diff)
downloadapt-panopticon-30babfcea130c9566bded999cc22555bc22b0d7f.zip
apt-panopticon-30babfcea130c9566bded999cc22555bc22b0d7f.tar.gz
apt-panopticon-30babfcea130c9566bded999cc22555bc22b0d7f.tar.bz2
apt-panopticon-30babfcea130c9566bded999cc22555bc22b0d7f.tar.xz
Add a warning about large error / warning counts.
Diffstat (limited to 'apt-panopticon-report-web.lua')
-rwxr-xr-xapt-panopticon-report-web.lua6
1 files changed, 4 insertions, 2 deletions
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
225 "<h1>Welcome to the apt-opticon results page.</h1>\n" .. 225 "<h1>Welcome to the apt-opticon results page.</h1>\n" ..
226 "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" .. 226 "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" ..
227 "<p>The full list of Devuan package mirrors is available at the URL: " .. 227 "<p>The full list of Devuan package mirrors is available at the URL: " ..
228 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a><br>\n" .. 228 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" ..
229 "Please see below the current status of the Devuan Package Mirror network:</p>\n" .. 229 "<p>Due to the nature of the tests, some errors or warnings will be counted several times. " ..
230 "Refer to the logs below for details.</p>\n\n" ..
231 "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" ..
230 "<h2>==== mirror status: ====</h2>\n<table>\n" 232 "<h2>==== mirror status: ====</h2>\n<table>\n"
231 ) 233 )
232 for k, v in orderedPairs(mirrors) do 234 for k, v in orderedPairs(mirrors) do