|
|
@ -445,9 +445,9 @@ if nil == email then C("opening mirrors file - " .. e) else |
|
|
|
"* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. |
|
|
|
"Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. |
|
|
|
"You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" .. |
|
|
|
"and from https://git.devuan.org/onefang/apt-panopticon' (Devuan repo).\n" .. |
|
|
|
"and from https://gitea.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" .. |
|
|
|
"You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" .. |
|
|
|
"and https://git.devuan.org/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. |
|
|
|
"and https://gitea.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. |
|
|
|
"Love\n\n" .. |
|
|
|
"The Dev1Devs\n\n") |
|
|
|
email:close() |
|
|
@ -569,9 +569,9 @@ if nil == web then C("opening mirrors file - " .. e) else |
|
|
|
web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. " .. |
|
|
|
"All <a href='../results'>the logs and other output</a>. " .. |
|
|
|
"You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" .. |
|
|
|
"and <a href='https://git.devuan.org/onefang/apt-panopticon'>here (Devuan repo)</a>. " .. |
|
|
|
"and <a href='https://gitea.devuan.dev/onefang/apt-panopticon'>here (Devuan repo)</a>. " .. |
|
|
|
"You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" .. |
|
|
|
"and <a href='https://git.devuan.org/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n" |
|
|
|
"and <a href='https://gitea.devuan.dev/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n" |
|
|
|
) |
|
|
|
local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) |
|
|
|
web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.</p>" .. |
|
|
|