diff options
-rwxr-xr-x | apt-panopticon-report-email.lua | 2 | ||||
-rwxr-xr-x | apt-panopticon-report-web.lua | 6 |
2 files changed, 6 insertions, 2 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 |
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index b8b56d4..8f06071 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua | |||
@@ -225,8 +225,10 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
225 | "<h1>Welcome to the apt-opticon results page.</h1>\n" .. | 225 | "<h1>Welcome to the apt-opticon results page.</h1>\n" .. |
226 | "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" .. | 226 | "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" .. |
227 | "<p>The full list of Devuan package mirrors is available at the URL: " .. | 227 | "<p>The full list of Devuan package mirrors is available at the URL: " .. |
228 | "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a><br>\n" .. | 228 | "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" .. |
229 | "Please see below the current status of the Devuan Package Mirror network:</p>\n" .. | 229 | "<p>Due to the nature of the tests, some errors or warnings will be counted several times. " .. |
230 | "Refer to the logs below for details.</p>\n\n" .. | ||
231 | "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. | ||
230 | "<h2>==== mirror status: ====</h2>\n<table>\n" | 232 | "<h2>==== mirror status: ====</h2>\n<table>\n" |
231 | ) | 233 | ) |
232 | for k, v in orderedPairs(mirrors) do | 234 | for k, v in orderedPairs(mirrors) do |