aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 7c68e91..f293a4e 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -445,9 +445,9 @@ if nil == email then C("opening mirrors file - " .. e) else
445 "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. 445 "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" ..
446 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. 446 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" ..
447 "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" .. 447 "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" ..
448 "and from https://gitea.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" .. 448 "and from https://git.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" ..
449 "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" .. 449 "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" ..
450 "and https://gitea.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. 450 "and https://git.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" ..
451 "Love\n\n" .. 451 "Love\n\n" ..
452 "The Dev1Devs\n\n") 452 "The Dev1Devs\n\n")
453 email:close() 453 email:close()
@@ -569,9 +569,9 @@ if nil == web then C("opening mirrors file - " .. e) else
569 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 569 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
570 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 570 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..
571 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" .. 571 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" ..
572 "and <a href='https://gitea.devuan.dev/onefang/apt-panopticon'>here (Devuan repo)</a>. &nbsp;" .. 572 "and <a href='https://git.devuan.dev/onefang/apt-panopticon'>here (Devuan repo)</a>. &nbsp;" ..
573 "You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" .. 573 "You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" ..
574 "and <a href='https://gitea.devuan.dev/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n" 574 "and <a href='https://git.devuan.dev/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n"
575 ) 575 )
576 local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) 576 local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2)
577 web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.</p>" .. 577 web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.</p>" ..