aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.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-email.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-email.lua')
-rwxr-xr-xapt-panopticon-report-email.lua2
1 files changed, 2 insertions, 0 deletions
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
173 'Please contact "mirrors@devuan.org" if any of the information \nin the file above needs to be amended. \n\n' .. 173 'Please contact "mirrors@devuan.org" if any of the information \nin the file above needs to be amended. \n\n' ..
174 "The full results of the mirror checking is available at the URL:\n\n" .. 174 "The full results of the mirror checking is available at the URL:\n\n" ..
175 " https://sledjhamr.org/apt-panopticon/results/Report-web.html\n\n" .. 175 " https://sledjhamr.org/apt-panopticon/results/Report-web.html\n\n" ..
176 "Due to the nature of the tests, some errors or warnings will be \ncounted several times. " ..
177 "Refer to the logs on the web page for details.\n\n" ..
176 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" .. 178 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" ..
177 "---- BEGIN MIRROR-STATUS ----\n") 179 "---- BEGIN MIRROR-STATUS ----\n")
178 for k, v in orderedPairs(mirrors) do 180 for k, v in orderedPairs(mirrors) do