aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.lua
diff options
context:
space:
mode:
authoronefang2019-11-13 22:10:32 +1000
committeronefang2019-11-13 22:10:32 +1000
commit2d6e2f8a8b06399a6afdf1a73d4093adb0f07ea7 (patch)
tree0e115f74b76c53980bade9e9e861b930e45073a7 /apt-panopticon-report-email.lua
parentPolish the web page a bit. (diff)
downloadapt-panopticon-2d6e2f8a8b06399a6afdf1a73d4093adb0f07ea7.zip
apt-panopticon-2d6e2f8a8b06399a6afdf1a73d4093adb0f07ea7.tar.gz
apt-panopticon-2d6e2f8a8b06399a6afdf1a73d4093adb0f07ea7.tar.bz2
apt-panopticon-2d6e2f8a8b06399a6afdf1a73d4093adb0f07ea7.tar.xz
Some more sprucing up of the email and web reports.
Diffstat (limited to 'apt-panopticon-report-email.lua')
-rwxr-xr-xapt-panopticon-report-email.lua9
1 files changed, 6 insertions, 3 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua
index e157dc1..024c32b 100755
--- a/apt-panopticon-report-email.lua
+++ b/apt-panopticon-report-email.lua
@@ -171,6 +171,8 @@ if nil == file then C("opening mirrors file - " .. e) else
171 "The full list of Devuan package mirrors is available at the URL:\n\n" .. 171 "The full list of Devuan package mirrors is available at the URL:\n\n" ..
172 " https://pkgmaster.devuan.org/mirror_list.txt\n\n" .. 172 " https://pkgmaster.devuan.org/mirror_list.txt\n\n" ..
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" ..
175 " https://sledjhamr.org/apt-panopticon/results/Report-web.html\n\n" ..
174 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" .. 176 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" ..
175 "---- BEGIN MIRROR-STATUS ----\n") 177 "---- BEGIN MIRROR-STATUS ----\n")
176 for k, v in orderedPairs(mirrors) do 178 for k, v in orderedPairs(mirrors) do
@@ -193,10 +195,11 @@ if nil == file then C("opening mirrors file - " .. e) else
193 local sanity = "[skip]" 195 local sanity = "[skip]"
194 local integrity = "[skip]" 196 local integrity = "[skip]"
195 local updated = "[skip]" 197 local updated = "[skip]"
196 file:write(" http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n") 198 file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" ..
199 " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n")
197 end 200 end
198 file:write( "==== faulty mirrors: ====\n\n" .. faulty) 201 file:write( "\n==== faulty mirrors: ====\n" .. faulty)
199 file:write( "---- END MIRROR-STATUS ----\n\n" .. 202 file:write( "\n---- END MIRROR-STATUS ----\n\n" ..
200 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. 203 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" ..
201 "Love\n\n" .. 204 "Love\n\n" ..
202 "The Dev1Devs\n\n") 205 "The Dev1Devs\n\n")