aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index f2bbd90..bc68dd0 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -307,6 +307,7 @@ local email, e = io.open("results/Report-email.txt", "w+")
307if nil == email then C("opening mirrors file - " .. e) else 307if nil == email then C("opening mirrors file - " .. e) else
308 email:write( "Dear Mirror Admins,\n\n" .. 308 email:write( "Dear Mirror Admins,\n\n" ..
309 "This is the status of the mirror servers in the Devuan package mirror network.\n\n" .. 309 "This is the status of the mirror servers in the Devuan package mirror network.\n\n" ..
310 "EXPERIMENTAL CODE - double check all results you see here, and read the logs if it's important." ..
310 "The full list of Devuan package mirrors is available at the URL:\n\n" .. 311 "The full list of Devuan package mirrors is available at the URL:\n\n" ..
311 " https://pkgmaster.devuan.org/mirror_list.txt\n\n" .. 312 " https://pkgmaster.devuan.org/mirror_list.txt\n\n" ..
312 'Please contact "mirrors@devuan.org" if any of the information \nin the file above needs to be amended. \n\n' .. 313 'Please contact "mirrors@devuan.org" if any of the information \nin the file above needs to be amended. \n\n' ..
@@ -399,6 +400,7 @@ if nil == web then C("opening mirrors file - " .. e) else
399 '</head><body bgcolor="black" text="white">' .. 400 '</head><body bgcolor="black" text="white">' ..
400 "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. 401 "<h1>Welcome to the apt-panopticon results page.</h1>\n" ..
401 "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n" .. 402 "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n" ..
403 "<p><font style='background-color:red; color:black'>EXPERIMENTAL CODE - double check all results you see here, and read the logs if it's important.</font></p>" ..
402 "<p>The full list of Devuan package mirrors is available at the URL: " .. 404 "<p>The full list of Devuan package mirrors is available at the URL: " ..
403 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" .. 405 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" ..
404 "<p>Due to the nature of the tests, some errors or warnings will be counted several times. &nbsp; " .. 406 "<p>Due to the nature of the tests, some errors or warnings will be counted several times. &nbsp; " ..