From 03cae2d22cf0647df83996e4c7f15b3e379512e3 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 4 Dec 2019 23:22:39 +1000 Subject: Add experimental warning. --- apt-panopticon-report-email-web.lua | 2 ++ 1 file changed, 2 insertions(+) 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+") if nil == email then C("opening mirrors file - " .. e) else email:write( "Dear Mirror Admins,\n\n" .. "This is the status of the mirror servers in the Devuan package mirror network.\n\n" .. + "EXPERIMENTAL CODE - double check all results you see here, and read the logs if it's important." .. "The full list of Devuan package mirrors is available at the URL:\n\n" .. " https://pkgmaster.devuan.org/mirror_list.txt\n\n" .. '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 '' .. "

Welcome to the apt-panopticon results page.

\n" .. "

This is the status of the mirror servers in the Devuan package mirror network.

\n" .. + "

EXPERIMENTAL CODE - double check all results you see here, and read the logs if it's important.

" .. "

The full list of Devuan package mirrors is available at the URL: " .. "https://pkgmaster.devuan.org/mirror_list.txt

\n" .. "

Due to the nature of the tests, some errors or warnings will be counted several times.   " .. -- cgit v1.1