aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-04 23:22:39 +1000
committeronefang2019-12-04 23:22:39 +1000
commit03cae2d22cf0647df83996e4c7f15b3e379512e3 (patch)
treea7874d7aaac1601f5350a5986704b128a5b08421 /apt-panopticon-report-email-web.lua
parentOops, a delete too far. (diff)
downloadapt-panopticon-03cae2d22cf0647df83996e4c7f15b3e379512e3.zip
apt-panopticon-03cae2d22cf0647df83996e4c7f15b3e379512e3.tar.gz
apt-panopticon-03cae2d22cf0647df83996e4c7f15b3e379512e3.tar.bz2
apt-panopticon-03cae2d22cf0647df83996e4c7f15b3e379512e3.tar.xz
Add experimental warning.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-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; " ..